Back to Devexpress

RowCollection.Remove Method

officefileapi-devexpress-dot-spreadsheet-dot-rowcollection-dot-remove.md

latest1.3 KB
Original Source

RowCollection.Remove Method

NameParametersDescription
Remove(Func<Int32, Boolean>)predicateRemoves rows that match the specified condition from the worksheet.
Remove(Int32, Func<Int32, Boolean>)first, predicateRemoves rows that match the specified condition from the worksheet.
Remove(Int32, Int32, Func<Int32, Boolean>)first, last, predicateRemoves rows that match the specified condition from the worksheet.
Remove(Int32, Int32)index, countRemoves multiple rows from the worksheet.
Remove(Int32)indexRemoves the row at the specified position from the worksheet.