[]
Sorts by icon.
This constructor forwards to IconSortField(IRange, IIcon, SortOrder) with Ascending.
public IconSortField(IRange key, IIcon icon, SortOrder order = SortOrder.Ascending)
Public Sub New(key As IRange, icon As IIcon, Optional order As SortOrder = SortOrder.Ascending)
| Type | Name | Description |
|---|---|---|
| IRange | key | The range used as the sort key. |
| IIcon | icon | The icon to sort by. Must not be |
| SortOrder | order | The sort order to apply to the icon-based sort field. |