Version

VerticalPageBreakCollection Class Methods

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

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