[]
        
(Showing Draft Content)

IIconSets

Interface IIconSets


public interface IIconSets
Represents a collection of icon sets used in an icon set conditional formatting rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an IconCriterion object from the collection.
    int
    Returns an Integer value that specifies the number of icon sets available in the workbook.
  • Method Details

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