接口 IIconCriteria


public interface IIconCriteria
Represents the collection of IconCriterion objects. Each IconCriterion represents the values and threshold type for each icon in an icon set conditional formatting rule.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int Index)
    Returns an IconCriterion object from the collection.
    int
    Returns a value that specifies the number of criteria for an icon set conditional format rule.
  • 方法详细资料

    • getCount

      int getCount()
      Returns a value that specifies the number of criteria for an icon set conditional format rule.
    • get

      IIconCriterion get(int Index)
      Returns an IconCriterion object from the collection.