seach_order_by_rows property

seach_order_by_rows property

Indicates whether search order by rows or columns.

Definition:

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

See Also