Static
$tStatic
nextGets the number of custom views in the collection. The number of custom views in the collection.
Adds a new custom view to the collection.
ArgumentNullException 'name' is a null or empty.
ArgumentException 'name' is the name of another custom view in the collection (custom view names are compared case-insensitively).
The newly created CustomView instance.
The name to give the newly created custom view.
True to save print options for each worksheet with the custom view; False otherwise.
True to save information about hidden rows and columns for each worksheet with the custom view; False otherwise.
Determines whether a custom view is in this collection.
True if the custom view is found; False otherwise.
The custom view to locate in the collection.
Gets the custom view at the specified index. The custom view at the specified index.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
The zero-based index of the custom view to get.
Removes the custom view at the specified index from the collection.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
The zero-based index of the custom view in the collection.
Removes the specified custom view from the collection.
True if the custom view was successfully removed; False if the custom view was not in the collection.
The custom view to remove from the collection.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
A collection of CustomView instances in a workbook.