Click or drag to resize

DataColumnCollectionRemoveRows(IAscendingIntegerCollection) Method

Removes the
C#
selectedRows
from the table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveRows(
	IAscendingIntegerCollection selectedRows
)

Parameters

selectedRows  IAscendingIntegerCollection
Collection of indizes to the rows that should be removed.
See Also