GetRowColumn

The GetRowColumn function is used to display the result for a particular row and column.

Syntax :

GetRowColumn(Data,Row,Column)
Parameters Description
data Required Data to get the result.
row Row value by the loop. 0 to N.
column Column name for the result set.

Example :

GetRowColumn(Test.Data, 2, "TestID" )