Removes the specified column. If key is an (See System.Int32), it will
            be interpreted as an index. If key is a (See System.String), it will
            be interpreted as a column name.
            
Declaration Syntax
public void Remove(object key)
Parameters
- key(object)
 The specifier of the column to remove.