Back to Devexpress

ColumnCollection.Remove Method

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

latest1.9 KB
Original Source

ColumnCollection.Remove Method

NameParametersDescription
Remove(Func<Int32, Boolean>)predicateRemoves columns that match the specified condition from the worksheet.
Remove(Int32, Func<Int32, Boolean>)first, predicateRemoves columns that match the specified condition from the worksheet.
Remove(Int32, Int32, Func<Int32, Boolean>)first, last, predicateRemoves columns that match the specified condition from the worksheet.
Remove(Int32, Int32)index, countRemoves multiple columns from a worksheet.
Remove(Int32)indexRemoves the column at the specified position from the worksheet.
Remove(String, String)firstColumnHeading, lastColumnHeadingRemoves multiple columns from a worksheet.
Remove(String)columnHeadingRemoves a column with the specified heading from the worksheet.