Class PageBreak
Defines a horizontal or vertical page break at a specific row or column index, controlling where pages split during printing.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PageBreak
Properties
FromIndex
Gets the starting column index (for horizontal breaks) or row index (for vertical breaks) where the break applies.
Declaration
public int FromIndex { get; }
Property Value
|
System.Int32
The starting index. |
Index
Gets the row or column index where the page break occurs.
Declaration
public int Index { get; }
Property Value
|
System.Int32
The index. |
ToIndex
Gets the ending column index (for horizontal breaks) or row index (for vertical breaks) where the break applies.
Declaration
public int ToIndex { get; }
Property Value
|
System.Int32
The ending index. |
Type
Gets whether this is a horizontal (row) or vertical (column) page break.
Declaration
public PageBreakType Type { get; }
Property Value
|
PageBreakType
The type. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
|
System.String
A System.String that represents the current System.Object. |