Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / ReadingOrder Property


In This Topic
    ReadingOrder Property (IExtendedFormat)
    In This Topic
    Gets or sets the text direction of the alignment.
    Syntax
    'Declaration
     
    Property ReadingOrder As TextDirection
    'Usage
     
    Dim instance As IExtendedFormat
    Dim value As TextDirection
     
    instance.ReadingOrder = value
     
    value = instance.ReadingOrder
    TextDirection ReadingOrder {get; set;}

    Property Value

    The test direction of the alignment.
    See Also