AdjustFormula(Formula: String; SourceCell: ITabRange; DestinationCell: ITabRange): String;
Formula — the formula, which should be transformed for the cell DestinationCell.
SourceCell — the source cell during correction.
DestinationCell — the destination cell during correction.
The AdjustFormula method corrects the cell formula so that its source is the DestinationCell cell.
To determine whether formulas are calculated in cells, use the ITabSheet.EnableFormulas property.
The property use is given in the example for ITabSheet.EnableFormulas.
See also: