Click or drag to resize

DataColumnCollectionRemoveColumn(Int32) Method

Removes the column at the given index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveColumn(
	int nFirstColumn
)

Parameters

nFirstColumn  Int32
The index of the column to remove.
See Also