ListObject.DisplayRightToLeft Property
Determines if the specified window, worksheet, or ListObject object is displayed from right to left instead of from left to right.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property DisplayRightToLeft As Boolean
Get
'Usage
Dim instance As ListObject
Dim value As Boolean
value = instance.DisplayRightToLeft
bool DisplayRightToLeft { get; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified window, worksheet, or ListObject is displayed from right to left instead of from left to right and False if the object is displayed from left to right.