Spread Windows Forms 12.0 Product Documentation
CalculationEngine Class Members
Properties  Methods 


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : CalculationEngine Class

The following tables list the members exposed by CalculationEngine.

Public Properties
 NameDescription
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 property which determines whether 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 cells in the specified workbook.  
Public MethodEvaluates the specified expression using the specified evaluation context.  
Public MethodThis function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.  
Top
See Also

Reference

CalculationEngine Class
GrapeCity.Spreadsheet Namespace
System.IDisposable