# Delete Column

> Delete Column activity that deletes a table column from a spreadsheet based on its name.

`UiPath.Excel.Activities.ExcelDeleteColumn`

## Description

Deletes a table column from a spreadsheet based on its name. Can only be used in the Excel Application Scope or Use Excel File activities.

## Project compatibility

Windows - Legacy | Windows

## Properties

### Input

:::note
Strings must be placed between quotation marks.
:::

* **TableName** - The name of the table in which the column you want to delete is. Only String variables and strings are supported.
* **ColumnName** - The name of the column that you want to delete. Only String variables and strings are supported.
* **SheetName** - The name of the sheet in which the column you want to delete is. By default, this is filled in with "Sheet1." Only String variables and strings are supported.

### Common

* **DisplayName** - The display name of the activity.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
