Static
$tStatic
nextGets the number of columns in the collection. The number of columns in the collection.
Adds a column to the collection.
This collection does not allow duplicate values. If the specified column already exists in the collection, nothing will happen. This collection also keeps itself sorted, so the column added will not necessarily be added at the end of the collection.
ArgumentNullException 'column' is null.
ArgumentException 'column' does not belong to the same worksheet this collection is associated with.
The column to be added to the hidden columns collection.
Determines whether the specified column exists in the collection.
True if the column exists in the collection; False otherwise or if the specified column is null.
The column to search for in the collection.
Gets the column at the specified index. The column at the specified index.
ArgumentOutOfRangeException 'index' is less than zero or 'index' is greater than or equal to count.
Removes the column 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 column in the collection.
Removes the specified column from the collection if it exists.
True if the column existed in the collection and was removed; False otherwise or if the specified column is null.
The column to removed from the collection.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
A collection of hidden WorksheetColumn instances.
The columns 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 columns in this collection will have their RowColumnBase.hidden property set to True. All other columns in the associated worksheet will be made visible.
See
CustomView.getHiddenColumns