Search
SortOptions Class
Remarks See Also
 






Specifies the order of a sorting operation, ascending or descending.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public class SortOptions

Visual Basic  Copy Code

Public Class SortOptions

 Remarks

Instances of this class are passed as arguments to the Worksheet.Sort and CellRange.Sort methods to specify the sorting settings.

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.SortOptions

 See Also