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 (on the Design tab, click the Page Setup arrow) 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 get a reference to the PageWidth cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
PageWidth |
To get a reference to the PageWidth cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPage |
Cell index: |
visPageWidth |