Click or drag to resize

DataTableRemoveColumns(Int32, Int32) Method

Remove the data columns and the corresponding property rows beginning at index nFirstColumn.

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

Parameters

nFirstColumn  Int32
The index of the first column to remove.
nDelCount  Int32
The number of columns to remove.
See Also