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

See Also

Reference

ListObject Class

ListObject Members

Microsoft.Office.Tools.Excel Namespace