Stores a String value in the TableRow's specified column. The column may be specified by either its ID or title.
उदाहरण
सिंटैक्स
setString(column, value)
पैरामीटर्स
column
String|Integer:
Column ID (Number) or Title (String)
value
String|Number|Boolean|Object:
The value to be stored as a String
Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.TableRow.js and open a pull request!