Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class
Properties Methods


In This Topic
    CalculationEngine Class Members
    In This Topic

    The following tables list the members exposed by CalculationEngine.

    Public Properties
     NameDescription
    Public PropertyGets or sets the CacheOptions value describing the caching option.  
    Public PropertyGets or sets a CalcFeatures value indicates which calculation feature(s) is enabled.  
    Public PropertyGets or sets the property which specifies whether workbooks should be calculated as needed before saving.  
    Public PropertySpecifies when the control should recalculate the data in the workbook.  
    Public PropertyGets or sets the CalculationOnDemandMode value which determines how individual cells are calculated on demand.  
    Public PropertyGets the global shared evaluation context.  
    Public PropertyGets or sets whether the workbook should perform iterative calculations for formulas that contain circular references.  
    Public PropertyGets or sets the maximum amount of change below which to stop iterating for caclulations with circular references.  
    Public PropertyGets or sets the maximum number of iterations for calculations with circular references.  
    Public PropertyGets or sets ReferenceStyle value which specifies whether to use A1 style or R1C1 style in cell and range references.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Calculates all dirty cells in the whole workbook set.  
    Public MethodEvaluates the specified expression using the specified evaluation context.  
    Public MethodMake sure that all pending queue will be processed.  
    Public MethodDetermines whether the specified cell is a circular cell.  
    Public MethodGets a boolean value indicating whether the visual change should notify the calculation engine.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Gets MAX of the specified range.  
    Public Methodstatic (Shared in Visual Basic)Gets MIN of the specified range.  
    Public MethodOverloaded. Notifies the calculation engine the visual of the specified cell range is repainted.  
    Public MethodRebuilds all internal data of the calculation engine.  
    Public Methodstatic (Shared in Visual Basic)Gets SUM of the specified range.  
    Public MethodOverloaded. This function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.  
    Top
    See Also