Represents a filter which can filter data based on one or two custom conditions.

Inheritance

Gets or sets the first condition by which to filter the cells in the data range.

public CustomFilterCondition Condition1 { get; set; }

Gets or sets the second condition by which to filter the cells in the data range.

public CustomFilterCondition Condition2 { get; set; }

Gets or sets the operator which defines how to logically combine and

public ConditionalOperator ConditionalOperator { get; set; }