Freigeben über


Worksheet.DisplayRightToLeft-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Arbeitsblatt von rechts nach links statt von links nach rechts angezeigt wird, oder legt diesen Wert fest.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property DisplayRightToLeft As Boolean
    Get
    Set
bool DisplayRightToLeft { get; set; }

Eigenschaftswert

Typ: System.Boolean
true, wenn das Arbeitsblatt von rechts nach links statt von links nach rechts angezeigt wird; false, wenn das Objekt von links nach rechts angezeigt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

Worksheet Schnittstelle

Microsoft.Office.Tools.Excel-Namespace