[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomFilterOperatorType

CustomFilterOperatorType Enum

Specifies the operator for custom filtering.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum CustomFilterOperatorType
Public Enum CustomFilterOperatorType

Fields

Name Description
Equal

Shows results which are equal to the criteria.

GreaterThan

Shows results which are greater than the criteria.

GreaterThanOrEqual

Shows results which are greater than or equal to the criteria.

LessThan

Shows results which are less than the criteria.

LessThanOrEqual

Shows results which are less than or equal to the criteria.

NotEqual

Shows results which are not equal to the criteria.