In This Topic
Sorts a range of rows in the sheet.
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