[]
Returns the index of the specified filter column definition in the collection.
public virtual int IndexOf(FilterColumnDefinition fcd)
Public Overridable Function IndexOf(fcd As FilterColumnDefinition) As Integer
Type | Name | Description |
---|---|---|
FilterColumnDefinition | fcd | Filter column definition for which to return the index |
Type | Description |
---|---|
int | Zero-based index of the filter column definition in the collection, or -1 if the filter column definition was not found |