Spread Windows Forms 17
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.
    OptimalEnable optimal calculation.
    ReserveFormulaWhiteSpacesKeep whitespace characters inside the formula.
    UIBlockingAll processes are done in UI thread.
    Inheritance Hierarchy

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

    See Also