リファレンス setString()

setString()

テーブルの指定された行と列に文字列値を格納します。 行はIDで指定され、列はIDまたはタイトルで 指定できます。

実例

シンタックス

setString(row, column, value)

パラメーター

row
Integer:

行ID

column
String|Integer:

列ID(数値) またはタイトル(文字列)

value
String:

割り当てる値

This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!

関連するリファレンス