ListObject.DisplayRightToLeft Property (2007 System)
Gets a value that indicates whether the ListObject is displayed from right to left instead of from left to right.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayRightToLeft As Boolean
'Usage
Dim instance As ListObject
Dim value As Boolean
value = instance.DisplayRightToLeft
public bool DisplayRightToLeft { get; }
public:
property bool DisplayRightToLeft {
bool get ();
}
public function get DisplayRightToLeft () : boolean
Property Value
Type: System.Boolean
true if the ListObject is displayed from right to left instead of from left to right; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.