リファレンス getColumn()

getColumn()

指定された列のすべての値を取得し、配列として返します。 列はIDまたはタイトルのいずれかで指定できます。

実例

シンタックス

getColumn(column)

パラメーター

column
String|Number:

返す列の文字列または数値

リターン

Array: 列の値の配列
Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.Table.js and open a pull request!

関連するリファレンス