Skip to content

Delete Rows

Deletes one or more rows from a specified worksheet based on row indices or ranges.

Properties

NameDescriptionRequired
Row ReferencesSpecifies 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 NameThe name of the worksheet containing the rows to delete.☑️