Table of Contents

TXlsFile.OptionsMultithreadRecalc Property

Number of threads that can be used at the same time by Excel when recalculating. Set it to 0 to disable multithread recalculation, and to -1 to let Excel decide the best number of threads to use. The maximum value for this property is 1024.

This option only applies to Excel 2007 or newer.

Syntax

Unit: FlexCel.XlsAdapter

property TXlsFile.OptionsMultithreadRecalc: Integer

See also