[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IconSortField.-ctor

IconSortField Constructor

IconSortField(IRange, IIcon, SortOrder)

Sorts by icon.

This constructor forwards to IconSortField(IRange, IIcon, SortOrder) with Ascending.

Declaration
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)
Parameters
Type Name Description
IRange key

The range used as the sort key.

IIcon icon

The icon to sort by. Must not be null.

SortOrder order

The sort order to apply to the icon-based sort field.