Removes the column at the specified index in the collection. Syntax Parameters index The zero-based index of the column in the collection. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or index is greater than or equal to Count.
Gets the worksheet associated with this collection. Syntax Property Value The worksheet associated with this collection.
A collection of hidden WorksheetRow instances. Syntax Remarks 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 collect...
Public Properties Public Methods
Public Methods
Public Properties
Adds a row to the collection. Syntax Parameters row The row to be added to the hidden rows collection. Exceptions Exception Description System.ArgumentNullException row is null. System.ArgumentException row does not belong to the same worksheet this collection is associated with. Remarks This collection does not a...
Clears all rows from the collection. Syntax
Determines whether the specified row exists in the collection. Syntax Parameters row The row to search for in the collection. Return Value True if the row exists in the collection; False otherwise or if the specified row is null.
Gets the number of rows in the collection. Syntax Property Value The number of rows in the collection.