Enum AutoFilterRecord.DOPER.DOPERComparisonSign
DOPER comparison sign types.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum DOPERComparisonSign
Fields
| Name | Description |
|---|---|
| Equal | Represents the Equal comparison sign type. |
| Greater | Represents the Greater comparison sign type. |
| GreaterOrEqual | Represents the GreaterOrEqual comparison sign type. |
| Less | Represents the Less comparison sign type. |
| LessOrEqual | Represents the LessOrEqual comparison sign type. |
| NotEqual | Represents the NotEqual comparison sign type. |