ConditionalFormattingValueCollection

ConditionalFormattingValueCollection class

Describes a collection of CFValueObject. Use only for icon sets.

Properties

NameTypeDescription
Countint
Item (int)ConditionalFormattingValueGet the CFValueObject element at the specified index.

Methods

NameDescription
addAdds ConditionalFormattingValue object.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
typeintA FormatConditionValueType value. The value type.
valueStringThe 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.