Delete a Column from the Table
Delete a column from the table of an Excel sheet.
Input Concepts
Concept
Description
Type
Required
table
The reference to the Excel table.
excel table reference
Yes
column
The reference to the column to delete.
excel column reference
Yes
Examples
Delete a column from the table of an Excel sheet.
get the first table
use the above as the table
get the first column
use the above as the column
delete the column from the table
Last updated
Was this helpful?