TWorkspace.Recalc Method
Use this method to force a recalculation of all the spreadsheets in the workspace. This is the same as calling Recalc() in any of the files in the workspace.
Syntax
Unit: FlexCel.Core
procedure TWorkspace.Recalc(const forced: Boolean);
Parameters
<-> |
Parameter |
Type |
Description |
const |
forced |
Boolean |
When true this method will perform a recalc in all files. When false, it will only recalculate the files where there has been a change. |
See also