updateRow( )


Updates the row data of a single row at the specified index.

The updateRow() function updates the row data of a single row at the specified index.

Table Row Numbering

Method Declaration
Copy
Method Parameters
indexnumberRequired

The number of the row to update.

The rows in a table are zero-based and don't include the table header. The index of the first row is 0.


rowDataobjectRequired

A row data object of field_name:value pairs where the keys are the table columns.

Was this helpful?
Yes
No