Click or drag to resize

DataColumnCreateColumnOfSelectedRows(IAscendingIntegerCollection) Method

Creates a new column, consisting only of the selected rows of the original column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumn CreateColumnOfSelectedRows(
	IAscendingIntegerCollection? selectedRows
)

Parameters

selectedRows  IAscendingIntegerCollection
Selected row indices (can be null - then the entire column is used).

Return Value

DataColumn
A freshly created column consisting of x at the selected indices.
See Also