Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintPrinting.ActualPageOrder Property

Returns the worksheet printout page numbering order.

#Declaration

Delphi

#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