PaperKind Cell (Print Properties Section)
Specifies the type of paper on which to print the page.
Remarks
This setting corresponds to the Paper Size setting in the Print Setup dialog box (on the Design tab, click the Page Setup arrow, and then on the Print Setup tab, click the Setup button).
The numeric values in this cell map to constants (prefixed with DMPAPER) defined for paper selections in the Microsoft Windows wingdi.h file.
To get a reference to the PaperKind cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
PaperKind |
To get a reference to the PaperKind cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowPrintProperties |
Cell index: |
visPrintPropertiesPaperKind |