Click or drag to resize

DataTableRemoveColumns(IAscendingIntegerCollection) Method

Removes the selected data columns and the corresponding property rows.

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

Parameters

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