Skip to main content

Delete Column

Deletes a column in an Excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Excel File Descriptor - The ID of the Excel file to perform the delete operation. This ID is generated by the Open Excel or the Create Excel node.
  • Column - The column to delete. (e.g. A or B or G)

Options

  • Target - Specify which column(s) to delete: active column or specific column.
    • Active Column - Deletes the currently active column.
    • Specific Column - Deletes the specified column.