RowCollection.Remove Method
Name | Parameters | Description |
---|---|---|
Remove |
predicate | Removes rows that match the specified condition from the worksheet. |
Remove |
first, predicate | Removes rows that match the specified condition from the worksheet. |
Remove |
first, last, predicate | Removes rows that match the specified condition from the worksheet. |
Remove |
index, count | Removes multiple rows from the worksheet. |
Remove |
index | Removes the row at the specified position from the worksheet. |