aspose.cells

Class FilterOperatorType

Utility class containing constants. Custom Filter operator type.

Field Summary
const  NumberLESS_OR_EQUAL
Represents LessOrEqual operator.
const  NumberLESS_THAN
Represents LessThan operator.
const  NumberEQUAL
Represents Equal operator.
const  NumberGREATER_THAN
Represents GreaterThan operator.
const  NumberNOT_EQUAL
Represents NotEqual operator.
const  NumberGREATER_OR_EQUAL
Represents GreaterOrEqual operator.
const  NumberNONE
Represents no comparison.
const  NumberBEGINS_WITH
Begins with the text.
const  NumberENDS_WITH
Ends with the text.
const  NumberCONTAINS
Contains the text.
const  NumberNOT_CONTAINS
Not contains the text.
 

    • Field Detail

      • LESS_OR_EQUAL

        const Number LESS_OR_EQUAL
        Represents LessOrEqual operator.
      • LESS_THAN

        const Number LESS_THAN
        Represents LessThan operator.
      • EQUAL

        const Number EQUAL
        Represents Equal operator.
      • GREATER_THAN

        const Number GREATER_THAN
        Represents GreaterThan operator.
      • NOT_EQUAL

        const Number NOT_EQUAL
        Represents NotEqual operator.
      • GREATER_OR_EQUAL

        const Number GREATER_OR_EQUAL
        Represents GreaterOrEqual operator.
      • NONE

        const Number NONE
        Represents no comparison.
      • BEGINS_WITH

        const Number BEGINS_WITH
        Begins with the text.
      • ENDS_WITH

        const Number ENDS_WITH
        Ends with the text.
      • CONTAINS

        const Number CONTAINS
        Contains the text.
      • NOT_CONTAINS

        const Number NOT_CONTAINS
        Not contains the text.