IMsFormulaGenTermPoint.IsInternal

Syntax

IsInternal(Index: Integer): Boolean;

Parameters

Index. Value index.

Description

The IsInternal property determines whether the point is in the calculation area.

Comments

Available values:

The calculation area is created due to setting filter by data sources. If the filter is not set, the calculation area includes all data source points. If the filter is set, the property returns True for the points included to the filter, and False if the filter is not set.

If table area formulas are generated, the point, for which the property returns True, can be referred to by the coordinate as a table cell. If the property returns False, the point is not in the table, and it is required to use its value in the formula.

See also:

IMsFormulaGenTermPoint