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


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

    Property Value

    The orientation of the associated DisplayFormat object.
    See Also