[]
Inserts the specified item in the list at the specified index.
protected override void InsertItem(int index, AdvancedFilter item)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index where the item is to be inserted. |
| AdvancedFilter | item | The item to insert in the list. |