Represents a key in a sorting operation.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public class SortKey |
Visual Basic
Copy Code
|
|---|
Public Class SortKey |
RemarksInstances of this class can be added to the Keys collection of the SortOptions class.
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Wpf.SortKey
See Also