Click or drag to resize

FrameTableRemoveColumn Method

Removes the column with the given index from the data frame.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void RemoveColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
The name of the column to remove.
See Also