Enum ExpressionError
Denotes the different error types.
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExpressionError
  Fields
| Name | Description | 
|---|---|
| CannotCompareDifferentTypes | Denotes that it cannot compare different types  | 
      
| ExceptionRaised | Denotes that exception has raised  | 
      
| MismatchedParentheses | Denotes mismatched parentheses  | 
      
| MissingRightQuote | Denotes missing right quote  | 
      
| None | Denotes no error  | 
      
| NotAValidFormula | Denotes that it's not a valid formula  | 
      
| UnknownOperator | Denotes that it's a unknown operator  |