TdxSpreadSheetTableViewOptionsPrintPagination Class
In This Article
Stores a specific Table View worksheet’s pagination settings.
#Declaration
Delphi
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