CPageStyleCPageScalePercent Method |
Allows to specify page scale in percentages: from 1...10000.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void Percent(
int percents
)
Public Sub Percent (
percents As Integer
)
Parameters
- percents Int32
- The scale value in percentages
Remarks
Please notice that page margins will not be scaled. So, to get the proportional scale, please set all page margins to 0.
See Also