sort_left_to_right property

sort_left_to_right property

True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false.

Definition:

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

See Also