Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.PageLayoutZoomOptions interface
- Package:
- excel
Represents page zoom properties.
Properties
| horizontalFitToPages | Number of pages to fit horizontally. This value can be |
| scale | Print page scale value can be between 10 and 400. This value can be |
| verticalFitToPages | Number of pages to fit vertically. This value can be |
Property Details
horizontalFitToPages
Number of pages to fit horizontally. This value can be null if percentage scale is used.
horizontalFitToPages?: number;
Property Value
number
Remarks
scale
Print page scale value can be between 10 and 400. This value can be null if fit to page tall or wide is specified.
scale?: number;
Property Value
number
Remarks
verticalFitToPages
Number of pages to fit vertically. This value can be null if percentage scale is used.
verticalFitToPages?: number;
Property Value
number
Remarks
Office Add-ins
Feedback
Was this page helpful?
