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