The following tables list the members exposed by VerticalPageBreakCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of page breaks in this collection. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | Item | Gets the page break at the specified index. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a page break to the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | Clear | Clears the collection of page breaks. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | Contains | Determines whether the specified page break exists on the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | IndexOf | Gets the 0-based index of the specified page break. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | Remove | Removes the specified page break from the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
![]() | RemoveAt | Removes the page break at the specified index. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>) |
View on GitHub