ApiIconCriterion
Represents the ApiIconCriterion class.
Properties
| Name | Type | Description |
|---|---|---|
| Icon | XlIcon | Returns or sets the icon of the icon criterion. |
| Index | number | Returns the index of the icon criterion in the collection. |
| Operator | string | Returns or sets the comparison operator of the icon criterion. |
| Type | XlConditionValueTypes | Returns or sets the condition value type of the icon criterion. |
| Value | string | number | Returns or sets the threshold value of the icon criterion. |
Methods
| Method | Returns | Description |
|---|---|---|
| GetIcon | XlIcon | null | Returns the icon associated with the current icon criterion. |
| GetIndex | number | Returns the index of the icon criterion in the collection. |
| GetOperator | string | null | Returns the comparison operator of the icon criterion. |
| GetType | XlConditionValueTypes | null | Returns the condition value type for the icon criterion. |
| GetValue | string | number | null | Returns the threshold value for the icon criterion. |
| SetIcon | None | Sets the icon for the current icon criterion. |
| SetOperator | None | Sets the comparison operator for the icon criterion. |
| SetType | None | Sets the condition value type for the icon criterion. |
| SetValue | None | Sets the threshold value for the icon criterion. |