DrawingScaleType Cell (Page Properties Section)
Determines the drawing scale selected in the Page Setup dialog box (click the Page Setup arrow on the Home tab).
Value | Description | Automation constant |
|---|---|---|
0 | No Scale | visNoScale |
1 | Architectural Scale | visArchitectural |
2 | Civil Engineering Scale | visEngineering |
3 | Custom Scale | visScaleCustom |
4 | Metric | visScaleMetric |
5 | Mechanical Engineering Scale | visScaleMechanical |
To get a reference to the DrawingScaleType cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | DrawingScaleType |
To get a reference to the DrawingScaleType cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowPage |
Cell index: | visPageDrawScaleType |