display_right_to_left property

display_right_to_left property

Indicates if the specified worksheet is displayed from right to left instead of from left to right. Default is false.

Definition:

@property
def display_right_to_left(self):
    ...
@display_right_to_left.setter
def display_right_to_left(self, value):
    ...

See Also