'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
.