public interface IIconSet
| Modifier and Type | Method and Description |
|---|---|
IIcon |
get(int Index)
Gets icon by index.
|
int |
getCount()
Returns an Integer value that specifies the number of icons in the icon set.
|
IconSetType |
getID()
Returns one of the constants of the IconSetType enumeration, which specifies
the name of the icon set used in an icon set conditional formatting rule.
|
int getCount()
IconSetType getID()
IIcon get(int Index)