Delete Rows
Deletes one or more rows from a specified worksheet based on row indices or ranges.
Properties
| Name | Description | Required |
|---|---|---|
| Row References | Specifies the rows to delete by their numbers. Multiple values can be separated by commas, and ranges can be specified using a colon. Examples: "1,3,5:7" deletes rows 1, 3, and 5 through 7. | ☑️ |
| Sheet Name | The name of the worksheet containing the rows to delete. | ☑️ |