Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the evaluation for circular references to stop after five iterations.

BOOL bIteration;
short nMaxIterations;
double dfMaxChange;
bIteration = SSGetIteration(hWnd, &nMaxIteration, &dfMaxChange);
SSSetIteration(hWnd, TRUE, 5, 0);

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.