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.
Gets the 0-based index of the specified page break.
ArgumentNullException Occurs when 'pageBreak' is null.
The 0-based index of the page break or -1 if the page break is no tin the collection.
The page break for which the index should be obtained.
Removes the specified page break from the worksheet.
ArgumentNullException Occurs when 'pageBreak' is null.
True if the page break was contained on the Worksheet before removal; False otherwise.
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.
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