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);

Copyright © GrapeCity, inc. All rights reserved.