Table of Contents

ExcelFile.OptionsRecalcCircularReferences Property

If true, Excel and FlexCel will do iterative calculating over cells with circular references, until OptionsRecalcMaxIterations is reached or the difference is less than OptionsRecalcMaxChange

Syntax

Namespace: FlexCel.Core

public abstract Boolean OptionsRecalcCircularReferences { get; set; }

See also