ConditionalFormattingIconCollection

ConditionalFormattingIconCollection class

Represents a collection of ConditionalFormattingIcon objects.

Methods

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

ParameterTypeDescription
typeNumberIconSetType
indexNumberThe Index.

Returns: Number — Number Returns the index of new object in the list.

add(cficon)

Adds ConditionalFormattingIcon object.

ParameterTypeDescription
cficonConditionalFormattingIconReturns the index of new object in the list.

clear()

contains()

Reserved for internal use.

get(index)

Gets the ConditionalFormattingIcon element at the specified index.

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

iterator()

removeAt()