Enum ConditionalFormattingOperator
Namespace: DRIT.Spreadsheet.ConditionalFormatting
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum ConditionalFormattingOperator : int
  Fields
| Name | Description | 
|---|---|
| BeginsWith | |
| Between | |
| ContainsText | |
| EndsWith | |
| Equal | |
| GreaterThan | |
| GreaterThanOrEqual | |
| LessThan | |
| LessThanOrEqual | |
| NotBetween | |
| NotContains | |
| NotEqual |