Void IDataTable.Remove(Object key)

Removes the specified column. If is an , it will be interpreted as an index. If is a , it will be interpreted as a column name.

Remarks

may be an repr, in which case the conversion to index value can be performed and used as a fall-back option if the string-based lookup fails.

Parameters

  • key
    Type: Object
    The specifier of the column to remove.