SelectRow

The SelectRow function selects the specified row in the subinput based on the passed in parameter RowNum. First row is RowNum 0.

Syntax :

SelectRow(RowNum)
Parameters Description
RowNum Required. The row number.

Example :

SelectRow(2)