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