Spread Windows Forms 12.0 Product Documentation
SortRows Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SortRows Method
Sorts a range of rows in the sheet.
Overload List
OverloadDescription
Sorts all the rows on this sheet by the specified column.  
Sorts all the rows on this sheet by the specified column using the specified comparison.  
Sorts all the rows on this sheet by the specified column using the specified comparison.  
Sorts a range of rows on this sheet according to the specified sort information.  
Remarks

Use this method to sort the arrangement of rows in a sheet using one or more columns as the key. This does not affect the data model, only how the data is displayed. Different overloads provide different ways to sort the rows. You can sort the entire sheet or specified rows depending on the method. For a discussion of sorting, refer to Managing Sorting of Rows.

To sort columns, use the SortColumns methods.

See Also

Reference

SheetView Class
SheetView Members
SortColumns Method
AutoSortColumn Method

User-Task Documentation

Managing Sorting