Table of Contents

XlsFile.OptionsRecalcMode Property

Reads and writes the recalculating options in the file. Note that this only affects the file and how Excel will recalculate, not how FlexCel does its recalculation. FlexCel ignores this setting and uses ExcelFile.RecalcMode instead.

Syntax

Namespace: FlexCel.XlsAdapter

public override TSheetCalcMode OptionsRecalcMode { get; set; }

See also