ColumnCollection.Remove Method
Name | Parameters | Description |
---|---|---|
Remove |
predicate | Removes columns that match the specified condition from the worksheet. |
Remove |
first, predicate | Removes columns that match the specified condition from the worksheet. |
Remove |
first, last, predicate | Removes columns that match the specified condition from the worksheet. |
Remove |
index, count | Removes multiple columns from a worksheet. |
Remove |
index | Removes the column at the specified position from the worksheet. |
Remove |
first |
Removes multiple columns from a worksheet. |
Remove |
column |
Removes a column with the specified heading from the worksheet. |