Filter.Criteria2 Property

Definition

Returns the second filtered value for the specified column in a filtered range.

public:
 property System::Object ^ Criteria2 { System::Object ^ get(); };
public object Criteria2 { get; }
Public ReadOnly Property Criteria2 As Object

Property Value

Remarks

If you try to access the Criteria2 property for a filter that does not use two criteria, an error will occur. Check that the Operator property of a Filter object doesn’t equal zero (0) before trying to access the Criteria2 property.

Applies to