ConditionalFormattingIconCollection
Contents
[
Hide
]ConditionalFormattingIconCollection class
Represents a collection of ConditionalFormattingIcon objects.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Number | |
| Item (int) | ConditionalFormattingIcon | Gets the ConditionalFormattingIcon element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Adds ConditionalFormattingIcon object. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ConditionalFormattingIconCollection.Count property
Type: Number
ConditionalFormattingIconCollection.Item (int) property
Gets the ConditionalFormattingIcon element at the specified index.
Type: ConditionalFormattingIcon
add(type, index) (1 of 2)
Adds ConditionalFormattingIcon object.
| Parameter | Type | Description |
|---|---|---|
| type | Number | A IconSetType value. The value type. |
| index | Number | The Index. |
Returns: Returns the index of new object in the list.
add(cficon) (2 of 2)
Adds ConditionalFormattingIcon object.
| Parameter | Type | Description |
|---|---|---|
| cficon | ConditionalFormattingIcon | Returns the index of new object in the list. |
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.