Represents a key in a sorting operation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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.SortKey
See Also