[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ICalculationSupport

ICalculationSupport Interface

Interface that supports recalculation of formulas in the cells in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface ICalculationSupport
Public Interface ICalculationSupport

Properties

Name Description
AutoCalculation

Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change.

Methods

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).