TdxSpreadSheetTableViewOptionsPrintPagination Class
Stores a specific Table View worksheet’s pagination settings.
Declaration
TdxSpreadSheetTableViewOptionsPrintPagination = class(
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
)
Remarks
This class provides the following members that allow you to:
Manage custom vertical and horizontal page breaks in a worksheet (ColumnPageBreaks and RowPageBreaks);
Clear all custom page breaks in a worksheet (Reset);
Note
Only the document-based spreadsheet report link can import and use the lists of custom horizontal and vertical page breaks.
The Table View worksheet’s OptionsPrint.Pagination property references a TdxSpreadSheetTableViewOptionsPrintPagination object.
Inheritance
TObject
TPersistent
TdxSpreadSheetTableViewOptionsPrintCustomPersistent
TdxSpreadSheetTableViewOptionsPrintPagination
See Also