[]
Specifies whether the collection contains the specified filter column definition.
public virtual bool Contains(FilterColumnDefinition fcd)
Public Overridable Function Contains(fcd As FilterColumnDefinition) As Boolean
Type | Name | Description |
---|---|---|
FilterColumnDefinition | fcd | Filter column definition for which to check the collection |
Type | Description |
---|---|
bool | true if the sheet is found in the collection; otherwise, false |