ScaleY Cell (Print Properties Section)
Specifies the percentage of magnification of the drawing page on the printer page.
Remarks
This value is used only when the OnPage cell value is FALSE. The ScaleX and ScaleY cells always have the same value, which corresponds to the value in the Adjust to setting on the Print Setup tab in the Page Setup dialog box (on the Design tab, click the Page Setup arrow).
To get a reference to the ScaleY cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
ScaleY |
To get a reference to the ScaleY cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPrintProperties |
Cell index: |
visPrintPropertiesScaleY |