ig.excel.IconSetCriterionCollection
Remarks
This class does not expose an Add method because IconCriterion instances are created based on the iconset.
Enumerating this class causes immediate creation of all IconCriterion objects.
The Count property always returns either 3, 4, or 5, depending on the value of the IconSetConditionalFormat.iconSet property.
Dependencies
-
count
- .count( );
Returns the number of IconCriterion objects contained within this collection.
Remarks
This property returns a value of 3, 4, or 5, depending on the value of the IconSetConditionalFormat.iconSet property.
See Also
-
item
- .item( index:number );
- Return Type:
- ig.excel.IconCriterion
- Return Type Description:
- The corresponding IconCriterion object
Returns the IconCriterion object corresponding to the specified index.
- index
- Type:number
- A zero-based index.
See Also