Worksheet.DisplayRightToLeft Property (2007 System)
Gets or sets a value that indicates whether the worksheet 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 Property DisplayRightToLeft As Boolean
'Usage
Dim instance As Worksheet
Dim value As Boolean
value = instance.DisplayRightToLeft
instance.DisplayRightToLeft = value
public bool DisplayRightToLeft { get; set; }
public:
property bool DisplayRightToLeft {
bool get ();
void set (bool value);
}
public function get DisplayRightToLeft () : boolean
public function set DisplayRightToLeft (value : boolean)
Property Value
Type: System.Boolean
true if the worksheet is displayed from right to left instead of from left to right; false if the object is displayed from left to right.
.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.