all_columns_in_one_page_per_sheet property

all_columns_in_one_page_per_sheet property

If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result. The width of paper size of pagesetup will be ignored, and the other settings of pagesetup will still take effect.

Definition:

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

See Also