Link Search Menu Expand Document

WorkbookAutoCalculation Property

Gets or sets a value indicating if formula should be re-calculated automatically on change of cells value.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool AutoCalculation { get; set; }

Property Value

Type: Boolean
true if calculate formulas automatically; otherwise, false.

Implements

IWorkbookAutoCalculation
See Also

Reference