Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the vertical alignment.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlignment As String
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As String
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public string VerticalAlignment {get; set;}

    Property Value

    The vertical alignment.
    See Also