is_vertical property

is_vertical property

True if a row in Workbook file represents a row in DataTable. False if a column in Workbook file represents a row in DataTable.

Definition:

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

See Also