A filter condition used in a [[CustomFilter]].

CustomFilterCondition

new CustomFilterCondition(comparisonOperator: ExcelComparisonOperator, value: any): CustomFilterCondition

Returns CustomFilterCondition

$t: Type

Gets the operator which describes how the cell values should be compared against [[value]].

get comparisonOperator(): ExcelComparisonOperator

Returns ExcelComparisonOperator

Gets the value against which the cell values should be compared.

get value(): any

Returns any

Determines whether the [[CustomFilterCondition]] is equal to the specified object.

equals(obj: any): boolean

Parameters

  • obj: any

    The object to test for equality.

Returns boolean

Gets the hash code for the [[CustomFilterCondition]].

getHashCode(): number

Returns number