Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (DisplayFormat)
    In This Topic
    Gets a value that represents the vertical alignment of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VerticalAlignment As VerticalAlignment
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As VerticalAlignment
     
    value = instance.VerticalAlignment
    public VerticalAlignment VerticalAlignment {get;}

    Property Value

    The vertical alignment of the associated IRange object.
    See Also