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

TdxSpreadSheetTableViewOptionsPrintPage Class

Worksheet‘s printout page layout options.

#Declaration

Delphi
TdxSpreadSheetTableViewOptionsPrintPage = class(
    TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)

#Remarks

This class extends its ancestor class with the following properties:

  • The FirstPageNumber property specifies the number of the first worksheet printout page;

  • The FitToHeight and FitToWidth properties allow you to limit the number of pages on which all the worksheet content is printed;

  • The Margins, Orientation, and Paper properties determine the exact layout of the printout page;

  • The Scale and ScaleMode properties are designed to zoom the worksheet content on the printed page and change the content scaling mode, respectively.

The Reset method, implemented in the TdxSpreadSheetTableViewOptionsPrintPage class, restores the default settings of the worksheet printout page layout.

The Table View worksheet’s OptionsPrint.Page property references a TdxSpreadSheetTableViewOptionsPrintPage object.

#Inheritance

See Also