Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / CalcFeatures Property


In This Topic
    CalcFeatures Property
    In This Topic
    Gets or sets a CalcFeatures value indicates which calculation feature(s) is enabled.
    Syntax
    'Declaration
     
    
    Public Property CalcFeatures As CalcFeatures
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As CalcFeatures
     
    instance.CalcFeatures = value
     
    value = instance.CalcFeatures
    public CalcFeatures CalcFeatures {get; set;}
    Remarks
    This property must set before any calculating process; otherwise, some evaluated result may be compromised.
    See Also