Class FilterOperator2007
Filter operator
Inheritance
System.Object
FilterOperator2007
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class FilterOperator2007 : Enum
Fields
Equal
Equal operator of filter
Declaration
public const FilterOperator2007 Equal
Field Value
Type |
---|
FilterOperator2007 |
GreaterThan
Greater than operator of filter
Declaration
public const FilterOperator2007 GreaterThan
Field Value
Type |
---|
FilterOperator2007 |
GreaterThanOrEqual
Greater of than equal of filter
Declaration
public const FilterOperator2007 GreaterThanOrEqual
Field Value
Type |
---|
FilterOperator2007 |
LessThan
Less than filter of filter
Declaration
public const FilterOperator2007 LessThan
Field Value
Type |
---|
FilterOperator2007 |
LessThanOrEqual
Less than or equal filter
Declaration
public const FilterOperator2007 LessThanOrEqual
Field Value
Type |
---|
FilterOperator2007 |
NotEqual
Not equal filter
Declaration
public const FilterOperator2007 NotEqual
Field Value
Type |
---|
FilterOperator2007 |