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" )
- It will set the data for the second row where the column is TestID.
- Test is the name of the SubReport and .Data is what we append when specifying that we want to see the Data.