接口 IIconSets
public interface IIconSets
Represents a collection of icon sets used in an icon set conditional formatting rule.
-
方法概要
修饰符和类型方法说明get
(IconSetType Index) Returns an IconCriterion object from the collection.int
getCount()
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
Returns an IconCriterion object from the collection.
-