search_order_by_rows property

search_order_by_rows property

Indicates whether search order by rows or columns.

Definition:

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

See Also