ClassPageBreak
Class
Defines a horizontal or vertical page break at a specific row or column index, controlling where pages split during printing.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class PageBreak
Inheritance: objectPageBreak
Properties
FromIndex
Gets the starting column index (for horizontal breaks) or row index (for vertical breaks) where the break applies.
Index
Gets the row or column index where the page break occurs.
ToIndex
Gets the ending column index (for horizontal breaks) or row index (for vertical breaks) where the break applies.
Type
Gets whether this is a horizontal (row) or vertical (column) page break.
Declaration
cs-api-definition
public PageBreakType Type { get; }
Property Value
The type.