Filter.Criteria2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.