FrameView.OrderBy Method |
Name | Description | |
---|---|---|
OrderBy(String) |
Sorts the rows by the values in the given column.
| |
OrderBy(Comparison<FrameRow>) |
Sorts all rows by the given function.
| |
OrderBy(String, SortOrder) |
Sort the rows by the values in the given column in the given direction.
| |
OrderBy<T>(String, Comparison<T>) |
Sorts all rows by the given function of the given column.
|