接口 IColorScaleCriteria


public interface IColorScaleCriteria
Represents a collection of ColorScaleCriterion objects that represent all of the criteria for a color scale conditional format. Each criterion specifies the minimum, midpoint, or maximum threshold for the color scale.
  • 方法概要

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

    • getCount

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

      IColorScaleCriterion get(int Index)
      Returns a single ColorScaleCriterion object from the ColorScaleCriteria collection.