Version

Condition1 Property

Gets or sets the first condition by which to filter the cells in the data range.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also