ConditionalFormattingValueCollection
Contents
[
Hide
]ConditionalFormattingValueCollection class
Describes a collection of CFValueObject. Use only for icon sets.
Methods
| Name | Description |
|---|---|
| add(type, value) | Adds ConditionalFormattingValue object. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Get the CFValueObject element at the specified index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(type, value)
Adds ConditionalFormattingValue object.
| Parameter | Type | Description |
|---|---|---|
| type | Number | FormatConditionValueType |
| value | String | The value. |
Returns: Number — Number Returns the index of new object in the list.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Get the CFValueObject element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: ConditionalFormattingValue — ConditionalFormattingValue The element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.