[]
Inserts a filter column definition into the collection at the specified index.
public virtual void Insert(int index, FilterColumnDefinition fcd)
Public Overridable Sub Insert(index As Integer, fcd As FilterColumnDefinition)
Type | Name | Description |
---|---|---|
int | index | Zero-based index at which to insert the filter column definition |
FilterColumnDefinition | fcd | Filter column definition to insert into the collection |
Type | Condition |
---|---|
ArgumentNullException | Filter column definition is not specified or is null |