ResizePage cell (Page Layout section)
Determines whether to enlarge the page to enclose the drawing after laying out shapes using the Lay Out Shapes command (click Lay Out Shapes on the Shape menu).
Value |
Description |
TRUE |
Enlarge the page. |
FALSE |
Do not enlarge the page. |
Remarks
To reference the ResizePage cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
ResizePage |
To reference the ResizePage cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPageLayout |
Cell index: |
visPLOResizePage |