Count Property (IFilters)
In This Topic
Gets the number of filters in the filter collection.
Syntax
'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As IFilters
Dim value As Integer
value = instance.Count
Property Value
An integer value represents the number of filters.
See Also