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