Version

Condition1 Property

Gets or sets the first condition by which to filter the cells in the data range.
Syntax
'Declaration
 
Public Property Condition1 As CustomFilterCondition
public CustomFilterCondition Condition1 {get; set;}
Exceptions
ExceptionDescription
System.ArgumentNullException The value assigned is null.
Remarks

The first filter condition is required. Setting Condition1 to null will cause an exception to be thrown.

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