Version

HorizontalPageBreakCollection Class Methods

For a list of all members of this type, see HorizontalPageBreakCollection members.

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