PageWidth cell (Page Properties section)
Determines the width of the printed page in drawing units.
Remarks
You can also set the page width on the Page Size tab of the Page Setup dialog box (click Page Setup on the File menu) or by manually resizing the page with the mouse. To do this, drag the edge of the page while holding down the CTRL key.
To reference the PageWidth cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
PageWidth |
To reference the PageWidth cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowPage |
Cell index: |
visPageWidth |