Version 24.2 (latest)

VerticalPageBreakCollection Class Members

The following tables list the members exposed by VerticalPageBreakCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of page breaks in this collection. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public PropertyItemGets the page break at the specified index. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public Methods
 NameDescription
Public MethodAddAdds a page break to the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public MethodClearClears the collection of page breaks. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public MethodContainsDetermines whether the specified page break exists on the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public MethodIndexOfGets the 0-based index of the specified page break. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public MethodRemoveRemoves the specified page break from the Worksheet. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
Public MethodRemoveAtRemoves the page break at the specified index. (Inherited from Infragistics.Documents.Excel.PageBreakCollection<VerticalPageBreak>)
See Also