Click or drag to resize

DataFrameSortRows Method

Overload List
 NameDescription
Public methodSortRows(Int32) Sorts the rows in this data frame according to the given ordered array of column indices.
Public methodSortRows(Int32, 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).
Top
See Also