[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSets

IIconSets Interface

Represents a collection of icon sets used in an icon set conditional formatting rule.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IIconSets
Public Interface IIconSets
Examples
IIconSets iconSets = workbook.IconSets;
IIconSetCondition condition = worksheet.Range["A1:A5"].FormatConditions.AddIconSetCondition();
IIconSet iconSet = iconSets[IconSetType.Icon3Symbols];
condition.IconSet = iconSet;

Properties

Name Description
Count

Gets the number of icon sets available in the workbook.

this[IconSetType]

Gets the icon set with the specified type from the collection.

Use this indexer to retrieve a predefined IIconSet and apply it to an icon set conditional formatting rule through IconSet.