Returns the value at the specified row and column index.
GetTableValue([TableName], [RowIndex], [ColumnIndex])
Where:
TableName is the table within which the table value is to be found.
RowIndex is the number of the row containing the data to be returned.
ColumnIndex is the number of the column containing the data to be returned.
Rule | Meaning |
---|---|
GetTableValue(DWSubResultsChildSpecList,2,4) | Returns the value in row 2 and column 4 of the ChildSpecList control. |