Version

HorizontalPageBreakCollection Class Members

The following tables list the members exposed by HorizontalPageBreakCollection.

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