ConditionalFormattingValueCollection

ConditionalFormattingValueCollection class

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

Methods

NameDescription
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.

ParameterTypeDescription
typeNumberFormatConditionValueType
valueStringThe 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.

ParameterTypeDescription
indexNumberThe 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.

iterator()

removeAt()