FrameTableRemoveColumn Method
Removes the column with the given index from the data frame.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public void RemoveColumn(
string columnName
)
Public Sub RemoveColumn (
columnName As String
)
public:
void RemoveColumn(
String^ columnName
)
member RemoveColumn :
columnName : string -> unit
Parameters
- columnName String
- The name of the column to remove.