Coord(Index: Integer): IMatrixModelCoord;
Coord[Index: Integer]: Prognoz.Platform.Interop.Ms.IMatrixModelCoord;
Index. Index of the value, for which matrix coordinate must be obtained.
The Coord property returns the matrix coordinate for the value with the specified index.
The Index parameter is greater than 0 if term value is created by data aggregation. The number of available values is returned by the ValuesCount property.
The example of use is given in description of the IMsProblemCalculation.GetFormulaInfo method.
See also: