ConditionalFormattingIconCollection

ConditionalFormattingIconCollection class

Represents a collection of ConditionalFormattingIcon objects.

Properties

NameTypeDescription
CountNumber
Item (int)ConditionalFormattingIconGets the ConditionalFormattingIcon element at the specified index.

Methods

NameDescription
addAdds ConditionalFormattingIcon object.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ConditionalFormattingIconCollection.Count property

Type: Number

ConditionalFormattingIconCollection.Item (int) property

Gets the ConditionalFormattingIcon element at the specified index.

Type: ConditionalFormattingIcon

add(type, index) (1 of 2)

Adds ConditionalFormattingIcon object.

ParameterTypeDescription
typeNumberA IconSetType value. The value type.
indexNumberThe Index.

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


add(cficon) (2 of 2)

Adds ConditionalFormattingIcon object.

ParameterTypeDescription
cficonConditionalFormattingIconReturns the index of new object in the list.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.