[]
        
(Showing Draft Content)

IIconSet

Interface IIconSet


public interface IIconSet
Represents a single set of icons that are used in an icon set conditional formatting rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int Index)
    Gets icon by index.
    int
    Returns an Integer value that specifies the number of icons in the icon set.
    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.
  • Method Details

    • getCount

      int getCount()
      Returns an Integer value that specifies the number of icons in the icon set.
    • getID

      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.
    • get

      IIcon get(int Index)
      Gets icon by index.