Click or drag to resize

DataColumnCollectionRemoveRowsInColumns 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 RemoveRowsInColumns(
	IAscendingIntegerCollection selectedColumns,
	IAscendingIntegerCollection selectedRows
)

Parameters

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