Click or drag to resize

DataColumnCreateColumnOfSelectedRows Method

Overload List
 NameDescription
Public methodCreateColumnOfSelectedRows(IAscendingIntegerCollection) Creates a new column, consisting only of the selected rows of the original column.
Public methodStatic memberCreateColumnOfSelectedRows(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.
Public methodStatic memberCreateColumnOfSelectedRows(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.
Top
See Also