Skip to main content

TdxSpreadSheetTableViewOptionsPrintPrinting.ActualPageOrder Property

Returns the worksheet printout page numbering order.

Declaration

property ActualPageOrder: TdxSpreadSheetTableViewOptionsPrintPrintingPageOrder read;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintPrintingPageOrder

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 dimensions (in printout pages) depend on the selected paper size, margins, the printout page header and/or footer content. The page numbering order within the worksheet printed area depends on the ActualPageOrder property value.

This property returns opppDownTheOver if the PageOrder property is set to opppDefault; otherwise – returns the PageOrder property value as is.

See Also