RowDeleter
Input type: Sheet
Output type: Sheet
Description
Deletes one or more rows from a Sheet
. Row IDs of subsequent rows will be shifted accordingly, so there will be no gaps.
Example 1
block SecondRowDeleter oftype RowDeleter {
delete: [row 2];
}
Deletes row 2 (i.e. the second row).
Properties
delete
Type Collection<CellRange>
Description
The rows to delete.