Class FilterOperator
Filter operator
Inheritance
System.Object
FilterOperator
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class FilterOperator : Enum
Fields
equal
Equal operator of filter
Declaration
public const FilterOperator equal
Field Value
Type |
---|
FilterOperator |
greaterThan
Greater than operator of filter
Declaration
public const FilterOperator greaterThan
Field Value
Type |
---|
FilterOperator |
greaterThanOrEqual
Greater of than equal of filter
Declaration
public const FilterOperator greaterThanOrEqual
Field Value
Type |
---|
FilterOperator |
lessThan
Less than filter of filter
Declaration
public const FilterOperator lessThan
Field Value
Type |
---|
FilterOperator |
lessThanOrEqual
Less than or equal filter
Declaration
public const FilterOperator lessThanOrEqual
Field Value
Type |
---|
FilterOperator |
notEqual
Not equal filter
Declaration
public const FilterOperator notEqual
Field Value
Type |
---|
FilterOperator |