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.Int32
The starting index. |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
System.Int32
The index. |
ToIndex
Gets the ending index.
Declaration
public int ToIndex { get; }
Property Value
System.Int32
The ending index. |
Type
Gets the type.
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. |
Overrides
System.Object.ToString()