Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / ReadingOrder Property


In This Topic
    ReadingOrder Property (Alignment)
    In This Topic
    Gets or sets the reading order (bidirectionality) of the cell.
    Syntax
    'Declaration
     
    
    Public Property ReadingOrder As TextReadingOrder
    'Usage
     
    
    Dim instance As Alignment
    Dim value As TextReadingOrder
     
    instance.ReadingOrder = value
     
    value = instance.ReadingOrder
    public TextReadingOrder ReadingOrder {get; set;}

    Property Value

    The reading order.
    See Also