MindFusion.Wpf Pack Programmer's Guide
SortOptions.Keys Property
See Also
 





Gets the sort keys - objects identifying which columns or rows to sort by and whether the sort is ascending or descending.

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

 Syntax

C#  Copy Code

public List<SortKey> Keys { get; }

Visual Basic  Copy Code

Public ReadOnly Property Keys As List(Of SortKey)

 Property Value

A list of SortKey objects.

 Remarks

The sort keys are prioritized based on their order in this collection. The sorting is first performed using the key at position 0, then using the key at position 1, and so on. Keys identifying the same row or column and keys outside of the cell range being sorted, are ignored.

 See Also

SortOptions Members
SortOptions Class
MindFusion.Spreadsheet.Wpf Namespace