Removes the column at the specified position from the data frame.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public void RemoveColumnAt(
int index
)
Public Sub RemoveColumnAt (
index As Integer
)
public:
void RemoveColumnAt(
int index
)
member RemoveColumnAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the column to remove.
Numerical Libraries
Supported in: 5.x
Reference