[]
Represents a collection of icon sets used in an icon set conditional formatting rule.
public interface IIconSets
Returns an Integer value that specifies the number of icon sets available in the workbook (read-only).
int Count { get; }
Returns an IconCriterion object from the collection.
IIconSet this[IconSetType Index] { get; }
Index
IconSetType