PrefixValues(Row: Integer; Column: Integer): Array;
PrefixValues[Row: integer; Column: integer]: System.Array;
Row. Row index.
Column. Column index.
The PrefixValues property returns identifiers of the attributes that are responsible for prefixes creation for observation in the specified cell.
To get identifiers that are responsible for forming of suffixes and comments, use the ILanerTable.SuffixValues and ILanerTable.CommentValues properties.
The property use is given in the example for ILanerTable.CommentValues.
See also: