Class AutoFilterRecord.DOPER.DOPERComparisonSign
DOPER comparison sign types.
Inheritance
System.Object
AutoFilterRecord.DOPER.DOPERComparisonSign
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class DOPERComparisonSign : Enum
Fields
Equal
Represents the Equal comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign Equal
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |
Greater
Represents the Greater comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign Greater
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |
GreaterOrEqual
Represents the GreaterOrEqual comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign GreaterOrEqual
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |
Less
Represents the Less comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign Less
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |
LessOrEqual
Represents the LessOrEqual comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign LessOrEqual
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |
NotEqual
Represents the NotEqual comparison sign type.
Declaration
public const AutoFilterRecord.DOPER.DOPERComparisonSign NotEqual
Field Value
Type |
---|
AutoFilterRecord.DOPER.DOPERComparisonSign |