リファレンス removeColumn()

removeColumn()

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

実例

シンタックス

removeColumn(column)

パラメーター

column
String|Integer:

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

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

関連するリファレンス