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


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

    Property Value

    An integer value represents the text orientation.
    Remarks
    There are special values that can be set to Orientation. They can be found from Alignment.

    Horizontal text: Alignment.HorizontalText

    Upward text: Alignment.UpwardText

    Downward text: Alignment.DownwardText

    Vertical text: Alignment.VerticalText

    See Also