Enum GridConditionType
Specifies the type of conditon to be used in conditional formatting.
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public enum GridConditionType
  Fields
| Name | Description | 
|---|---|
| BeginsWith | Check whether the cellvalue begins with specific text or not  | 
      
| Between | performs a between operation on the operands.  | 
      
| Contains | performs whether specific text present in the cellvalue or not  | 
      
| EndsWith | Check whether the cellvalue Ends with specific text or not  | 
      
| Equal | peforms an equal operation to the operands.  | 
      
| Error | Check whether the cell is an error cell or not  | 
      
| GreaterThan | Performs a GreatherThan operation on the operands.  | 
      
| GreaterThanOrEqual | Performs a GreaterThanOrEqual operation on the operands.  | 
      
| LessThan | Performs a LessThan operation on the operands.  | 
      
| LessThanOrEqual | Performs a LessThanOrEqual operation on the operands.  | 
      
| NoError | Check whether the cell is error cell or not  | 
      
| NotBetween | performs a not between operation on the operands.  | 
      
| NotContains | performs whether specific text not present in the cellvalue or not  | 
      
| NotEqual | Performs a NotEquals operation on the operands.  |