In This Topic
Sorts all the rows on this sheet by the specified column.
Overload List
Overload | Description |
SortRows(Int32,Boolean,Boolean) | Sorts all the rows on this sheet by the specified column. |
SortRows(Int32,Boolean,Boolean,IComparer) | Sorts all the rows on this sheet by the specified column using the specified comparison. |
SortRows(Int32,Boolean,Boolean,IComparer,Boolean,Boolean) | Sorts all the rows on this sheet by the specified column using the specified comparison. |
SortRows(Int32,Int32,SortInfo[]) | Sorts a range of rows on this sheet according to the specified sort information. |
See Also