Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalcFeatures Enumeration


CalcFeatures Enumeration
Represents all available features of the calculation engine.
Syntax
'Declaration
 
Public Enum CalcFeatures 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalcFeatures
Members
MemberDescription
AllEnables all features.
DynamicArrayEnables the dynamic array feature.
FieldValueFIELDVALUE functions were present in the calculation engine.
NoneUse the legacy calculation engine.
ReserveFormulaWhiteSpacesKeep whitespace characters inside the formula.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.CalcFeatures

See Also