Delete Row
Description
The Delete Row activity removes an entire row from a worksheet in an Excel workbook.
All cells within the selected row are deleted, and the remaining rows are shifted upward to fill the gap.
Common Capabilities
Process Data Support
This activity supports dynamic configuration using variables from the Process Data drawer.
You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.
Learn more → Using Process Data
Design-Time Configuration
Workbook Configuration
This activity requires an Excel workbook.
Learn more → Excel Workbook Configuration
Worksheet Selection
This activity operates on a worksheet within the workbook.
Learn more → Excel Worksheet Selection
Row Selection
Selects the row to delete.
Learn more → Worksheet Data Selection
Row Index
Zero-based position of the row to delete.
For example:
| Index | Row |
|---|---|
| 0 | First row |
| 1 | Second row |
| 2 | Third row |
Behavior
When a row is deleted:
- All cells within the selected row are removed.
- Rows below the deleted row shift upward to fill the gap.
- Formulas and references within the workbook may be adjusted automatically by Excel.
Outputs
This activity does not produce any activity-specific outputs.
Wait All Incoming
Controls how this activity behaves when multiple incoming execution paths converge.
Determines whether the activity executes when any incoming path completes, or only after all relevant paths have completed.
Learn more → Execution Control
On Error
Defines how the workflow behaves if this activity encounters a runtime error.
Supported strategies include Fault, Continue, Suspend, and Retry.