Overload List
| Name | Description | |
|---|---|---|
| SortRows(array<Int32>[]()[]) |
Sorts the rows in this data frame according to the given ordered array of column
indices.
| |
| SortRows(array<Int32>[]()[], array<SortingType>[]()[]) |
Sorts the rows in this data frame according to the given ordered array of column
indices. Sort order is determined by the matching array of sorting types (ascending
or descending).
|