Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RowCollection.Remove Method

Name Parameters Description
Remove(Func<Int32, Boolean>) predicate Removes rows that match the specified condition from the worksheet.
Remove(Int32, Func<Int32, Boolean>) first, predicate Removes rows that match the specified condition from the worksheet.
Remove(Int32, Int32, Func<Int32, Boolean>) first, last, predicate Removes rows that match the specified condition from the worksheet.
Remove(Int32, Int32) index, count Removes multiple rows from the worksheet.
Remove(Int32) index Removes the row at the specified position from the worksheet.