リファレンス removeColumn()

removeColumn()

removeColumn()を使用して、Table オブジェクトから既存の列を削除します。 削除する列は、 そのタイトル(文字列)またはインデックス値(整数)で 指定できます。removeColumn(0)は最初の列を削除し、removeColumn(1) は2番目の列を削除します。以下同様です。

実例

シンタックス

removeColumn(column)

パラメーター

column
String|Integer:

列名(文字列)またはID(数値)

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

関連するリファレンス