Skip to main content
A newer version of this page is available. .
Row

ColumnCollection.Remove Method

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