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.
Examples
Parameters
key
Type: Object
The specifier of the column to remove.
Return Value
Type: Void