Skip to main content

TdxSpreadSheetTableViewOptionsPrintPrinting.PageOrder Property

Specifies the Table View worksheet’s printout page numbering order.

Declaration

property PageOrder: TdxSpreadSheetTableViewOptionsPrintPrintingPageOrder read; write; default opppDefault;

Property Value

Type Default
TdxSpreadSheetTableViewOptionsPrintPrintingPageOrder opppDefault

Remarks

The worksheet content is split up into pages horizontally and/or vertically if it does not fit into a single printout page’s content area by width and/or height, respectively. The content area’s resulting dimensions (in printout pages) depend on the selected paper size, margins, and the page’s header and/or footer content. The PageOrder property value determines how individual pages are numbered within the divided worksheet area.

Refer to the TdxSpreadSheetTableViewOptionsPrintPrintingPageOrder type description for detailed information on all available options.

Note

Different spreadsheet document formats can have different default printout page numbering modes corresponding to the default PageOrder property value. To identify the active page numbering order for a worksheet, use the ActualPageOrder property.

The default PageOrder property value is opppDefault.

See Also