Table of Contents

TXlsFile.OptionsFullRecalcOnLoad Property

This property tells you if the open file wasn't recalculated when saved. If true, the workbook doesn't have recalculated values and will be recalculated when open in Excel. This option only applies to xlsx files. Note that if you open a file which has FullRecalcOnLoad = true in FlexCel, recalculate it and save it, FlexCel will save the file with FullRecalcOnLoad = false. To change what FlexCel writes in FullRecalcOnLoad when saving, change TExcelFile.OptionsFullRecalcOnLoadMode

Syntax

Unit: FlexCel.XlsAdapter

property TXlsFile.OptionsFullRecalcOnLoad: Boolean

See also