Add(XlFilterColumn)
|
Adds a new filter column to the worksheet collection of filters.
|
Clear()
|
Removes all columns from the collection.
|
Contains(XlFilterColumn)
|
Determines whether the collection contains the specified item.
|
CopyTo(Array, Int32)
|
Copies the elements of the ICollection to an Array, starting at a particular Array index.
|
FindById(Int32)
|
Returns the XlFilterColumn object by its index in the filtered range.
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
IndexOf(XlFilterColumn)
|
Returns the index of the specified column in the collection.
|
Remove(XlFilterColumn)
|
Removes the specified column from the collection.
|
RemoveAt(Int32)
|
Removes the column at the specified index from the collection.
|