TableRowの指定された列に文字列値を格納します。 列はIDまたはタイトルのいずれかで指定できます。
実例
シンタックス
setString(column, value)
パラメーター
column
String|Integer:
列ID(数値) またはタイトル(文字列)
value
String|Number|Boolean|Object:
文字列として格納される 値
This page is generated from the comments in src/io/p5.TableRow.js . Please feel free to edit it and submit a pull request!