IsInternal(Index: Integer): Boolean;
Index. Value index.
The IsInternal property determines whether the point is in the calculation area.
Available values:
True. The point is in the calculation area.
False. The point is not in the calculation area.
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: