Worksheet.DisplayRightToLeft Property

Definition

Gets or sets a value that indicates whether the worksheet is displayed from right to left instead of from left to right.

public:
 property bool DisplayRightToLeft { bool get(); void set(bool value); };
public bool DisplayRightToLeft { get; set; }
member this.DisplayRightToLeft : bool with get, set
Public Property DisplayRightToLeft As Boolean

Property Value

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.

Applies to