[]
Interface that supports recalculation of formulas in the cells in the data model.
public interface ICalculationSupport
Public Interface ICalculationSupport
| Name | Description |
|---|---|
| AutoCalculation | Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change. |
| Name | Description |
|---|---|
| Recalculate() | Evaluates the formulas in the sheet that have changed since the last calculation cycle. |
| RecalculateAll() | Evaluates all the formulas in the sheet (including those that have not changed since the last calculation cycle). |