Table of Contents

TExcelFile.CellStackTraceMaxSize Property

Defines what is the maximum number of entries returned in the stack trace when calling RecalcAndVerify. In order to keep the stack trace not too big this number is limited, but if you need a bigger stack trace to see the full loop of cells you can increase this number. Note that if you want to calculate linked files, you need to set the property TWorkspace.CellStackTraceMaxSize instead and it will affect all workbooks.

Syntax

Unit: FlexCel.Core

property TExcelFile.CellStackTraceMaxSize: Integer

See also