| Name | Description |
---|
| CreateColumnOfSelectedRows(IAscendingIntegerCollection) |
Creates a new column, consisting only of the selected rows of the original column.
|
| CreateColumnOfSelectedRows(DataColumn, IAscendingIntegerCollection) |
Creates a new column, consisting only of the selected rows of the original column x. If x is null, a new DoubleColumn will
be returned, consisting of the selected row indices.
|
| CreateColumnOfSelectedRows(DataColumn, IAscendingIntegerCollection, Int32) |
Creates a new column, consisting only of the selected rows of the original column x. If x is null, a new DoubleColumn will
be returned, consisting of the selected row indices.
|