Package com.grapecity.documents.excel
Interface IIconSets
public interface IIconSets
Represents a collection of icon sets used in an icon set conditional formatting rule.
-
Method Summary
Modifier and TypeMethodDescriptionget(IconSetType Index) Returns an IconCriterion object from the collection.intgetCount()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
Returns an IconCriterion object from the collection.
-