Static
$tStatic
nextGets the number of print areas in the collection.
Adds a print area to the collection.
ArgumentNullException Occurs when 'printArea' is null.
ArgumentException Occurs when 'printArea' overlaps with another print area in the collection.
The print area to add to the collection.
Determines whether the specified print area is in the collection.
True if the print area is in the collection; False otherwise.
The print area to search for in the collection.
Gets the print area at the specified index.
ArgumentOutOfRangeException Occurs when 'index' is less than 0 or greater than or equal to the size of the collection.
A WorksheetRegion instance representing a print area in the Worksheet.
Removes the specified print area from the collection.
If any page breaks are contained in the removed print area, they will be removed from their collection.
ArgumentNullException Occurs when 'printArea' is null.
True if the print area was found and removed; False otherwise.
The print area to remove from the collection.
Removes the print area at the specified index from the collection.
If any page breaks are contained in the removed print area, they will be removed from their collection.
ArgumentOutOfRangeException Occurs when 'index' is less than 0 or greater than or equal to the size of the collection.
The index of the print area to remove from the collection.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
Gets the collection of print areas in a Worksheet or a worksheet's print settings in a CustomView.
See
PrintOptions.printAreas