A filter condition used in a CustomFilter.

The CustomFilterCondition contains a comparison operator and a value. The value of each cell in the data range is compared against the condition value using the comparison operator.

See

Hierarchy

Hierarchy

  • Base
    • CustomFilterCondition

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get value(): any
  • Gets the value against which the cell values should be compared.

    See

    comparisonOperator

    Returns any

Methods

  • Determines whether the CustomFilterCondition is equal to the specified object.

    Returns

    True if the object is equal to this instance; False otherwise.

    Parameters

    • obj: any

      The object to test for equality.

    Returns boolean

  • Gets the hash code for the CustomFilterCondition.

    Returns

    A number which can be used to hash this instance.

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean