====== Remove Table Value ====== ===== Description ===== This functor removes a data column from the given table. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Table Type|Table]] | Table from where the new column will be removed. | | Column Index Or Name | [[Index Or Name Type|Index Or Name]] | Index or name of the data column to be removed. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Type|Table]] | The resulting table without the specified data column. | ===== Group ===== [[Functor List#Table|Table]] ===== Notes ===== It is not possible to remove the last data column from a table. ===== Internal Name ===== RemoveTableColumn