Static
$tStatic
nextGets the number of rows in the collection. The number of rows in the collection.
Adds a row to the collection.
This collection does not allow duplicate values. If the specified row already exists in the collection, nothing will happen. This collection also keeps itself sorted, so the row added will not necessarily be added at the end of the collection.
ArgumentNullException 'row' is null.
ArgumentException 'row' does not belong to the same worksheet this collection is associated with.
The row to be added to the hidden rows collection.
Determines whether the specified row exists in the collection.
True if the row exists in the collection; False otherwise or if the specified row is null.
The row to search for in the collection.
Gets the row at the specified index. The row at the specified index.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
Removes the row at the specified index in the collection.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
The zero-based index of the row in the collection.
Removes the specified row from the collection if it exists.
True if the row existed in the collection and was removed; False otherwise or if the specified row is null.
The row to removed from the collection.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
A collection of hidden WorksheetRow instances.
The rows in this collection do not necessarily have their RowColumnBase.hidden property set to True. This collection applies to a worksheet, but belongs to a CustomView. When the CustomView which owns this collection is applied, the rows in this collection will have their RowColumnBase.hidden property set to True. All other rows in the associated worksheet will be made visible.
See
CustomView.getHiddenRows