[]
        
Represents all available features of the calculation engine.
[Flags]
public enum CalcFeatures
  <Flags>
Public Enum CalcFeatures
  | Name | Description | 
|---|---|
| All | Enables all features.  | 
      
| DynamicArray | Enables the dynamic array feature.  | 
      
| FieldValue | FIELDVALUE functions were present in the calculation engine.  | 
      
| None | Use the legacy calculation engine.  | 
      
| Optimal | Enable optimal calculation.  | 
      
| ReserveFormulaWhiteSpaces | Keep whitespace characters inside the formula.  |