DataColumnCreateColumnOfSelectedRows(IAscendingIntegerCollection) Method |
Creates a new column, consisting only of the selected rows of the original column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumn CreateColumnOfSelectedRows(
IAscendingIntegerCollection? selectedRows
)
Parameters
- selectedRows IAscendingIntegerCollection
- Selected row indices (can be null - then the entire column is used).
Return Value
DataColumnA freshly created column consisting of x at the selected indices.
See Also