Class PageBreak
Represents a single page break.
Inheritance
System.Object
PageBreak
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PageBreak
Properties
FromIndex
Gets the starting index.
Declaration
public int FromIndex { get; }
Property Value
System. The starting index. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
System. The index. |
ToIndex
Gets the ending index.
Declaration
public int ToIndex { get; }
Property Value
System. The ending index. |
Type
Gets the type.
Declaration
public PageBreakType Type { get; }
Property Value
Page The type. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
System.Object.ToString()