EnableCalculation Property
Gets or sets a value indicating whether calculation engine automatically recalculates the worksheet when necessary.
public bool EnableCalculation {get; set;}
'Declaration
Public Property EnableCalculation As Boolean
'Usage
Dim instance As WorksheetBase
Dim value As Boolean
instance.EnableCalculation = value
value = instance.EnableCalculation
Property Value
true
if calculation engine automatically recalculates the worksheet when necessary; otherwise, calculation engine doesn't recalculate the sheet.