Table of Contents

TWorkspace.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.

Syntax

Namespace: FlexCel.Core

public Int32 CellStackTraceMaxSize { get; set; }

See also