Removes a specific member from the Columns collection.
Type
Description
Index as Variant
A long expression that indicates the column's index, or a string expression that
indicates the column's caption or the column's key.
The Remove method removes a specific column in the Columns
collection. Use Clear method to remove all
Column objects. You can use ToString / Count
to update the columns collection as well.