DataColumnCollectionRemoveColumn(Int32) Method |
Removes the column at the given index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveColumn(
int nFirstColumn
)
Parameters
- nFirstColumn Int32
- The index of the column to remove.
See Also