Click or drag to resize

DataTableRemoveColumns(IAscendingIntegerCollection) Method

Remove the selected data columns and the corresponding property rows.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void RemoveColumns(
	IAscendingIntegerCollection selectedColumns
)

Parameters

selectedColumns  IAscendingIntegerCollection
A collection of the indizes to the columns that have to be removed.
See Also