Link Search Menu Expand Document

ViewOptionsRightToLeft Property

Gets or sets a value indicating whether columns are displayed in right-to-left mode or not.

Namespace:Bytescout.Spreadsheet.BaseClasses
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool RightToLeft { get; set; }

Property Value

Type: Boolean
true if columns are displayed from right to left; otherwise, false.

Implements

IViewOptionsRightToLeft
See Also

Reference