ValueByRow Property

Description

Retrieves the value of the cell in the specified row of the parameter in the design-time or run-time data table.

Syntax

DTParameter.ValueByRow(RowNum)

Argument

Type

Description

RowNum
Number
Indicates the row of the parameter that should be returned. (Row numbers start with 1.)

Example

The following example uses the ValueByRow property to find the value in the 4th row of the Destination parameter (column) in the "ActionA" sheet of the design-time or run-time data table.

DataTable.GetSheet("ActionA").GetParameter("Destination").ValueByRow(4)