Table of Contents

Enum eFilterOperator

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

Operator used by the filter comparison

public enum eFilterOperator

Fields

Equal = 0

Show results which are equal to the criteria

GreaterThan = 1

Show results which are greater than the criteria

GreaterThanOrEqual = 2

Show results which are greater than or equal to the criteria

LessThan = 3

Show results which are less than the criteria

LessThanOrEqual = 4

Show results which are less than or equal to the criteria

NotEqual = 5

Show results which are Not Equal to the criteria