[]
Represents the collection of IconCriterion objects. Each IconCriterion represents the values and threshold type for each icon in an icon set conditional formatting rule.
public interface IIconCriteria
Returns a value that specifies the number of criteria for an icon set conditional format rule (read-only).
int Count { get; }
Returns an IconCriterion object from the collection.
IIconCriterion this[int Index] { get; }
Index
int