empty_sheet_max_col property

empty_sheet_max_col property

Gets/Sets default max column for an empty worksheet. the default value is 15.

Definition:

@property
def empty_sheet_max_col(self):
    ...
@staticmethod
def set_empty_sheet_max_col(value):
    ...

See Also