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