ITabSheet.AdjustFormula

Syntax

AdjustFormula(Formula: String; SourceCell: ITabRange; DestinationCell: ITabRange): String;

Parameters

Formula — the formula, which should be transformed for the cell DestinationCell.

SourceCell — the source cell during correction.

DestinationCell — the destination cell during correction.

Description

The AdjustFormula method corrects the cell formula so that its source is the DestinationCell cell.

Comments

To determine whether formulas are calculated in cells, use the ITabSheet.EnableFormulas property.

Example

The property use is given in the example for ITabSheet.EnableFormulas.

See also:

ITabSheet