[]
Gets the IFilter object at the specified index.
IFilter this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IFilter
Type | Name | Description |
---|---|---|
int | index | An integer value indicates the index number of the filter. |
Type | Description |
---|---|
IFilter | The IFilter object at the specified index. |