Gets the second filtered value for the specified column in a filtered range.
Syntax
'Declaration
ReadOnly Property Criteria2 As Object
'Usage
Dim instance As IFilter
Dim value As Object
value = instance.Criteria2
Property Value
An object represents the second filtered value.
See Also