Table of Contents

ExcelFile.OptionsForceFullRecalc Property

If true, Excel will do full recalculations of the spreadsheet when you change a cell. If false, only the cells that depend on the cell being changed will be recalculated. This option only applies to Excel 2007 or newer.

Syntax

Namespace: FlexCel.Core

public abstract Boolean OptionsForceFullRecalc { get; set; }

See also