Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / Orientation Property


In This Topic
    Orientation Property (IStyle)
    In This Topic
    Gets or sets a value that represents the text orientation.
    Syntax
    'Declaration
     
    
    Property Orientation As Integer
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Integer
     
    instance.Orientation = value
     
    value = instance.Orientation
    int Orientation {get; set;}

    Property Value

    The text orientation.
    See Also