Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalcFeatures Enumeration


In This Topic
    CalcFeatures Enumeration
    In This Topic
    Represents all available features of the calculation engine.
    Syntax
    'Declaration
     
    
    Public Enum CalcFeatures 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalcFeatures
    public enum CalcFeatures : System.Enum 
    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