RightToLeft Property (WorksheetView)
Gets or sets a value indicating whether the sheet is in 'right to left' display mode.
public bool RightToLeft {get; set;}
'Declaration
Public Property RightToLeft As Boolean
'Usage
Dim instance As WorksheetView
Dim value As Boolean
instance.RightToLeft = value
value = instance.RightToLeft
Property Value
true
if the sheet is in 'right to left' display mode; otherwise,
false
.