[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CustomFilterOperator

CustomFilterOperator Enum

Specifies the comparison operation to be performed.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum CustomFilterOperator : byte
Public Enum CustomFilterOperator As Byte

Fields

Name Description
DoesNotEquals

Not equal to.

Equals

Equal to.

GreaterThan

Greater than.

GreaterThanOrEqual

Greater than or equal to.

LessThan

Less than.

LessThanOrEqual

Less than or equal to.

None

Not used.