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

TdxSpreadSheetTableViewOptionsPrint Class

Stores all print-related settings that an individual worksheet has.

#Declaration

Delphi
TdxSpreadSheetTableViewOptionsPrint = class(
    TdxSpreadSheetCustomViewOptions
)

#Remarks

This class provides the following members that allow you to:

  • Specify the header and footer content for all printed pages (HeaderFooter);

  • Customize the printed page layout settings (Page);

  • Explicitly specify the worksheet print area and define how to print specific worksheet content (Source);

  • Add custom horizontal (row) and vertical (column) page breaks (Pagination);

  • Customize the printer-related settings for a worksheet (Printing);

  • Optimize the application performance by reducing the number of notifications sent to a worksheet in response to multiple setting changes (BeginUpdate, CancelUpdate, and EndUpdate);

  • Copy print settings between worksheet (Assign);

  • Restore all the default worksheet print settings (Reset).

Note

Only the document-based report link can import and use the worksheet’s print settings.

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

See Also