ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / Direction Property

In This Topic
    Direction Property
    In This Topic
    Gets or sets the context reading direction for this XLStyle.
    Syntax
    'Declaration
     
    Public Property Direction As XLReadingDirection
    public XLReadingDirection Direction {get; set;}
    Remarks
    This property used only for East Asian versions of MS Excel.
    See Also