ILanerTable.SuffixValues

Syntax

SuffixValues(Row: Integer; Column: Integer): Array;

Parameters

Row. Row index.

Column. Column index.

Description

The SuffixValues property returns identifiers of the attributes that are responsible for creation of suffixes for observation in the specified cell.

Comments

To get identifiers that are responsible for forming of prefixes and comments, use the ILanerTable.PrefixValues and ILanerTable.CommentValues properties.

Example

The property use is given in the example for ILanerTable.CommentValues.

See also:

ILanerTable