Static
$tStatic
nextGets the number of page breaks in this collection.
Adds a page break to the [[worksheet]].
[[ArgumentNullException]] Occurs when 'pageBreak' is null.
[[ArgumentException]] Occurs when 'pageBreak' overlaps with another page break already in the collection.
The page break to add to the Worksheet.
Determines whether the specified page break exists on the [[worksheet]].
[[ArgumentNullException]] Occurs when 'pageBreak' is null.
The page break to test.
Gets the 0-based index of the specified page break.
[[ArgumentNullException]] Occurs when 'pageBreak' is null.
The page break for which the index should be obtained.
Removes the specified page break from the [[worksheet]].
[[ArgumentNullException]] Occurs when 'pageBreak' is null.
[[PrintOptions.clearPageBreaks]]
The page break which should be removed.
Removes the page break at the specified index.
[[ArgumentOutOfRangeException]] Occurs when 'index' is less than zero or greater than or equal to the number of page breaks in the collection.
[[PrintOptions.clearPageBreaks]]
The 0-based index of the page break to remove.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Base class for the collections of horizontal and vertical page breaks on a [[worksheet]].
See