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