Represents a filter which can filter data based on one or two custom conditions.
Inheritance
object
Properties
Section titled "Properties"Condition1
Section titled "Condition1"Gets or sets the first condition by which to filter the cells in the data range.
public CustomFilterCondition Condition1 { get; set; } Condition2
Section titled "Condition2"Gets or sets the second condition by which to filter the cells in the data range.
public CustomFilterCondition Condition2 { get; set; } ConditionalOperator
Section titled "ConditionalOperator"Gets or sets the operator which defines how to logically combine and
public ConditionalOperator ConditionalOperator { get; set; }