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

TdxSpreadSheetTableViewOptionsPrintPageOrientation Enum

Enumerates available worksheet printout page orientation options.

#Declaration

Delphi
TdxSpreadSheetTableViewOptionsPrintPageOrientation = (
    oppoDefault,
    oppoLandscape,
    oppoPortrait
);

#Members

Name
oppoDefault
oppoLandscape
oppoPortrait

#Remarks

Options include:

Value Description
oppoDefault The ExpressSpreadSheet Suite uses the default page orientation to print a worksheet. The Spreadsheet controls use the portrait printout page orientation by default, similar to the XLSX/XLTX spreadsheet document format.
oppoLandscape This option orients all printout pages horizontally, which is useful for worksheets with multiple columns.
oppoPortrait This option orients printout pages vertically, which is useful for worksheets with more rows than columns.

The Table View worksheet’s OptionsPrint.Page.Orientation property references the TdxSpreadSheetTableViewOptionsPrintPageOrientation type.

See Also