Gets the
IFilter object at the specified index.
'Declaration
ReadOnly Default Property Item( _
ByVal As Integer _
) As IFilter
'Usage
Dim instance As IFilters
Dim index As Integer
Dim value As IFilter
value = instance.Item(index)
Parameters
- index
- An integer value indicates the index number of the filter.
Property Value
The
IFilter object at the specified index.