Interface 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

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