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

  • [[CustomFilter.condition1]]
  • [[CustomFilter.condition2]]

Hierarchy

Hierarchy

  • Base
    • CustomFilterCondition

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get comparisonOperator(): ExcelComparisonOperator
  • Gets the operator which describes how the cell values should be compared against [[value]].

    See

    [[value]]

    Returns ExcelComparisonOperator

  • 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.

    Parameters

    • obj: any

      The object to test for equality.

    Returns boolean

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

    Returns number

  • Returns Base

  • 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