ICalculatedCubeInstance.Formula

Syntax

Formula(Coord: ICalculatedCubeInstanceCoord): ICalculatedCubeFormulas;

Parameters

Coord. Calculated cube coordinate, for which formulas must be obtained.

Description

The Formula property returns the formula collection that helps calculate the value for the specified coordinate.

Example

The example of use is given in description of the ICalculatedCubeInstance.CreateCoord method.

See also:

ICalculatedCubeInstance