Removes a data column from the given table.
| Name | Type | Description |
|---|---|---|
| Table | Table Type | Table from where the data column will be removed. |
| Column Index Or Name | Index Or Name Type | Index or name of the data column to be removed. The first, i.e. the leftmost, data column has index 1. |
None.
| Name | Type | Description |
|---|---|---|
| Result | Table Type | The resulting table without the specified data column. |
It is not possible to remove the last remaining data column from a table.
RemoveTableColumn