DrawingScaleType cell (Page Properties section)
From Microsoft Office ShapeSheet
DrawingScaleType cell (Page Properties section)
Determines the drawing scale selected in the Page Setup dialog box (click Page Setup on the File menu).
|
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 |
Remarks
To reference the DrawingScaleType cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
DrawingScaleType |
To reference 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 |