[]
Represents a single icon in an icon set used in a conditional formatting rule.
public interface IIcon
Gets a value that specifies the index number of the Icon object within the IconSet object.
int Index { get; }
Gets the IconSet object.
IIconSet Parent { get; }