xfgrSetTableCellValue
xfgrSetTableCellValue(
t_tableName
t_rowNumber
t_columnNumber
t_value
)
=> t / nil
Description
Sets the value of the specified row and column of the specified table with the specified value in the Create Fluid Guard Ring form.
Arguments
Value Returned
Example
Sets test as the value for the cell at row number 1 and column number 3 in the table Outer Rings.
if(xfgrSetTableCellValue("Outer Rings" "1" "3" "test") then info("Value of outerRing 1 netname updated") else info("Value of outerRing 1 netname could not be updated")
)
Return to top