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
)
Public Sub RemoveColumn (
columnName As String
)
public:
void RemoveColumn(
String^ columnName
)
member RemoveColumn :
columnName : string -> unit
Parameters
- columnName
- Type: SystemString
The name of the column to remove.
See Also