Last Updated: Dec 2, 2020
Use this function to update the element of the input row & column number in the input table to the input value.
Set Table Value(table,row_number,column_number,value)
Input Parameter Name | Description |
---|---|
table | Data Table Variable |
row_number | Row Number |
column_number | Column Number |
value | Value to be updated to |
Set Table Value (Product,2,3,Nokia310)
To view all the Table functions, click here.