Spread WPF 18
GrapeCity.Spreadsheet Namespace / CalcFeatures Enumeration


In This Topic
    CalcFeatures Enumeration
    In This Topic
    Represents all available features of the calculation engine.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum CalcFeatures 
       Inherits System.Enum
    'Usage
     
    Dim instance As CalcFeatures
    [Flags()]
    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.
    Inheritance Hierarchy

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

    See Also