Delete Row
Deletes a row from 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 the ContinueOnError property is true, no error is caught when the project is executed even if a Catch node is used.
Input
- Excel File Descriptor - Descriptor of the Excel file to delete row(s) from. This ID is generated by the Open Excel or the Create Excel node.
- Row Number - The row number(s) to delete. (e.g.
5
or9
)
Options
- Target - Select where to delete row(s)
- Active Row - Deletes the current active row
- Specific Row - Deletes a row by specifying the row number