接口 IIconSets


public interface IIconSets
Represents a collection of icon sets used in an icon set conditional formatting rule.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns an IconCriterion object from the collection.
    int
    Returns an Integer value that specifies the number of icon sets available in the workbook.
  • 方法详细资料

    • getCount

      int getCount()
      Returns an Integer value that specifies the number of icon sets available in the workbook.
    • get

      IIconSet get(IconSetType Index)
      Returns an IconCriterion object from the collection.