[]
        
Removes a filter column definition from the collection at the specified index.
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
| Type | Name | Description | 
|---|---|---|
| int | index | Zero-based index of the filter column definition to remove from the collection  | 
    
| Type | Condition | 
|---|---|
| IndexOutOfRangeException | Filter column definition index out of range; must be between 0 and the total number of filter column definitions in the collection  |