getRow()

指定されたp5.TableRowへの参照を返します。 この参照は 選択された行の値を取得および設定するために使用できます。

実例

シンタックス

getRow(rowID)

パラメーター

rowID
Integer:

取得する行のID番号

リターン

p5.TableRow: p5.TableRowオブジェクト
This page is generated from the comments in src/io/p5.Table.js . Please feel free to edit it and submit a pull request!

関連するリファレンス