Show / Hide Table of Contents

Enum eFilterOperator

Operator used by the filter comparison

Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public enum eFilterOperator

Fields

Name Description
Equal

Show results which are equal to the criteria

GreaterThan

Show results which are greater than the criteria

GreaterThanOrEqual

Show results which are greater than or equal to the criteria

LessThan

Show results which are less than the criteria

LessThanOrEqual

Show results which are less than or equal to the criteria

NotEqual

Show results which are Not Equal to the criteria

Back to top Generated by DocFX