Skip to main content

TdxSpreadSheetTableViewOptionsPrintPage Class

Worksheet‘s printout page layout options.

Declaration

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