Void Table.Remove(Object param1)

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

  • param1
    Type: Object