[]
Gets the IIcon object used to sort by.
Use this property to retrieve the IIcon associated with the current icon sort field.
IIcon Icon { get; }
ReadOnly Property Icon As IIcon
IIcon icon = workbook.IconSets[IconSetType.Icon3Arrows][0];
IIconSortField sortField = new IconSortField(worksheet.Range["A2:A4"], icon);
IIcon sortIcon = sortField.Icon;