Recalculate
Recalculate all columns where FormulaKind
is set to value other than fkNone
. The method use a function inside the name of enum (fkAvg
equals average, fkMaximum
to maximum value etc.).
Value of the calculation is then stored into Value
property of columns Footer and displayed to the user.
pas
procedure Recalculate; virtual;