PaperSource Cell (PrintProperties Section)

Determines the paper source for the page.

Remarks

This setting corresponds to the Paper Source setting in the Print Setup dialog box (on the Design tab, click the Page Setup arrow, and then on the Print Setup tab, click Setup).

The numeric values in this cell map to constants (prefixed with DMBIN) defined for bin selections in the Microsoft Windows wingdi.h file; for example, the value 7 represents DMBIN_AUTO.

To get a reference to the PaperSource cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

PaperSource

To get a reference to the PaperSource cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionObject

Row index:

visRowPrintProperties

Cell index:

visPrintPropertiesPaperSource