[]
        
立即试用
(Showing Draft Content)

IIconSet

Interface IIconSet


public interface IIconSet
表示在图标集条件格式规则中使用的单一组图标。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int Index)
    获取指定索引的图标。
    int
    返回一个Integer值,指定图标集中图标的数量。
    返回IconSetType枚举中的一个常量,该常量指定在图标集条件格式规则中使用的图标集的名称。
  • Method Details

    • getCount

      int getCount()
      返回一个Integer值,指定图标集中图标的数量。
    • getID

      IconSetType getID()
      返回IconSetType枚举中的一个常量,该常量指定在图标集条件格式规则中使用的图标集的名称。
    • get

      IIcon get(int Index)
      获取指定索引的图标。