AutoCalculation Property (ICalculationSupport)
In This Topic
Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change.
Syntax
'Declaration
Property AutoCalculation As Boolean
'Usage
Dim instance As ICalculationSupport
Dim value As Boolean
instance.AutoCalculation = value
value = instance.AutoCalculation
bool AutoCalculation {get; set;}
Property Value
true to automatically recalculate formulas;
false otherwise
Example
See Also