[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.DisplayRightToLeft

DisplayRightToLeft Property

DisplayRightToLeft

Gets or sets whether the worksheet is displayed from right to left instead of from left to right.

Returns whether the worksheet view uses right-to-left display.

Declaration
bool DisplayRightToLeft { get; set; }
Property DisplayRightToLeft As Boolean
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayRightToLeft = true;
bool displayRightToLeft = sheetView.DisplayRightToLeft;