Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / Direction Property

In This Topic
    Direction Property (XLStyle)
    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