Version

Condition2 Property

Gets or sets the second condition by which to filter the cells in the data range.
Syntax
'Declaration
 
Public Property Condition2 As CustomFilterCondition
public CustomFilterCondition Condition2 {get; set;}
Remarks

The second filter condition is optional. A value of null indicates that only Condition1 should be used to filter the data.

When both Condition1 and Condition2 are set, the ConditionalOperator is used to determine how the conditions should be logically combined.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also