TdxSpreadSheetTableViewOptionsPrintPage.FirstPageNumber Property
Specifies the number of the first worksheet printout page.
Declaration
property FirstPageNumber: Cardinal read; write; default 0;
Property Value
Type | Default |
---|---|
Cardinal | 0 |
Remarks
Use this property change to start the page numbering sequence with a specific number. The first printout page’s number is 1 if the FirstPageNumber property is set to 0.
The default FirstPageNumber property value is 0.
See Also