PageBreaksCollection Methods
A collection of page breaks in a worksheet.
Name | Description |
---|---|
Add |
Inserts a page break at the specified row (or column). |
Clear() |
Removes all objects from the Page |
Contains |
Determines whether the collection contains a page break at the specified position (row or column). |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Index |
Returns the position of the item in the collection. |
Remove |
Removes page break at the specified row or column index. |
Remove |
Removes the item at the specified index from the collection. |
See Also