Spread Windows Forms 12.0 Product Documentation
RightToLeft Property (IWorksheetView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : RightToLeft Property
Gets or sets a value indicating whether the sheet is in 'right to left' display mode.
Syntax
'Declaration
 
Property RightToLeft As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
bool RightToLeft {get; set;}

Property Value

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

Reference

IWorksheetView Interface
IWorksheetView Members