all_columns_in_one_page_per_sheet property
all_columns_in_one_page_per_sheet property
The property determines whether all column content of a sheet is output to a single page.
If True, all column content of one sheet will be placed on a single page in the result; the width of the paper size in the page setup will be ignored, while other page‑setup settings remain effective.
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
- class
SpreadsheetLoadOptions