Gets or sets whether the control automatically recalculates each formula in the sheet when the contents of dependent cells change.
Syntax
'Declaration
Public Property AutoCalculation As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoCalculation = value
value = instance.AutoCalculation
public bool AutoCalculation {get; set;}
See Also