Description
Given a number (1 ≤ nNumber ≤ objColSoln.RowCount), returns the corresponding row within the object.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.Row (RowNumber)
Parameters
Object is a reference to the ColumnSolution or TotalSetColumn object. For more information, see ColumnSolution Object(page ColumnSolution Object)or TotalSetColumn Object (page TotalSetColumn Object).
Row is the command.
RowNumber is the row number to be returned.
Example