| OrderBy(ComparisonFrameRow) | Sorts all rows by the given function. | 
| OrderBy(String) | Sorts the rows by the values in the given column. | 
| OrderBy(String, SortOrder) | Sort the rows by the values in the given column in the given direction. | 
| OrderByT(String, ComparisonT) | Sorts all rows by the given function of the given column. |