Click or drag to resize

DataColumnCollectionRemoveColumns(IAscendingIntegerCollection) Method

Removes the specified columns from the collection.

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

Parameters

selectedColumns  IAscendingIntegerCollection
The indices of the columns to remove.
See Also