Enum eExcelConditionalFormattingOperatorType
Enum for Conditional Formatting Operartor Type ST_ConditionalFormattingOperator §18.18.15
Namespace: OfficeOpenXml.ConditionalFormatting
Assembly: EPPlus.dll
Syntax
public enum eExcelConditionalFormattingOperatorType
  Fields
| Name | Description | 
|---|---|
| BeginsWith | Begins With. 'Begins with' operator  | 
      
| Between | Between. 'Between' operator  | 
      
| ContainsText | Contains. 'Contains' operator  | 
      
| EndsWith | Ends With. 'Ends with' operator  | 
      
| Equal | Equal. 'Equal to' operator  | 
      
| GreaterThan | Greater Than. 'Greater than' operator  | 
      
| GreaterThanOrEqual | Greater Than Or Equal. 'Greater than or equal to' operator  | 
      
| LessThan | Less Than. 'Less than' operator  | 
      
| LessThanOrEqual | Less Than Or Equal. 'Less than or equal to' operator  | 
      
| NotBetween | Not Between. 'Not between' operator  | 
      
| NotContains | Does Not Contain. 'Does not contain' operator  | 
      
| NotEqual | Not Equal. 'Not equal to' operator  |