Table of Contents

XlsFile.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.XlsAdapter

public override Boolean OptionsForceFullRecalc { get; set; }

See also