Indicates whether calculate all the formula when value changed.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool EnableAutoCalculate { get; set; }
Public Property EnableAutoCalculate As Boolean Get Set
public: property bool EnableAutoCalculate { bool get (); void set (bool value); }
member EnableAutoCalculate : bool with get, set