[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSortField.Icon

Icon Property

Icon

Gets the IIcon object used to sort by.

Use this property to retrieve the IIcon associated with the current icon sort field.

Declaration
IIcon Icon { get; }
ReadOnly Property Icon As IIcon
Examples
IIcon icon = workbook.IconSets[IconSetType.Icon3Arrows][0];
IIconSortField sortField = new IconSortField(worksheet.Range["A2:A4"], icon);
IIcon sortIcon = sortField.Icon;