Search
SortKey Class
Remarks See Also
 






Represents a key in a sorting operation.

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

 Syntax

C#  Copy Code

public class SortKey

Visual Basic  Copy Code

Public Class SortKey

 Remarks

Instances of this class can be added to the Keys collection of the SortOptions class.

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.SortKey

 See Also