TdxSpreadSheetTableViewOptionsPrint Class
Stores all print-related settings that an individual worksheet has.
Declaration
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.