set_fit_to_pages method
set_fit_to_pages(self, wide, tall)
Sets the number of pages the worksheet will be scaled to when it’s printed.
def set_fit_to_pages(self, wide, tall):
    ...
| Parameter | Type | Description | 
|---|---|---|
| wide | int | Pages wide. | 
| tall | int | Pages tall. | 
See Also
- module 
aspose.cells - class 
PageSetup