SetRowColumn

The SetRowColumn function is used to set the result for a particular row and column.

Syntax :

SetRowColumn(Data,Row,Column)
Parameters Description
Data Required Data to get the result.
Row Row value by the loop. 0 to N.
Column Column for which we want to set the data.

Example :

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