Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / RightToLeft Property


In This Topic
    RightToLeft Property (WorksheetView)
    In This Topic
    Gets or sets a value indicating whether the sheet is in 'right to left' display mode.
    Syntax
    'Declaration
     
    
    Public Property RightToLeft As Boolean
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    public bool RightToLeft {get; set;}

    Property Value

    true if the sheet is in 'right to left' display mode; otherwise, false.
    See Also