TdxSpreadSheetTableViewOptionsPrint.Pagination Property
Provides access to a Table View worksheet’s pagination settings.
Declaration
property Pagination: TdxSpreadSheetTableViewOptionsPrintPagination read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintPagination |
Remarks
The worksheet’s content is automatically split up into printout pages according to the selected printed area and current page layout settings. You can use the Pagination.RowPageBreaks and Pagination.ColumnPageBreaks properties to split up the printed area horizontally and vertically at specific row and column positions. To remove all custom page breaks, call the Pagination.Reset procedure.
Refer to the TdxSpreadSheetTableViewOptionsPrintPagination class description for detailed information on all available options.
See Also