ConditionalFormattingIconCollection
Contents
[
Hide
]ConditionalFormattingIconCollection class
Represents a collection of ConditionalFormattingIcon objects.
class ConditionalFormattingIconCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the ConditionalFormattingIcon element at the specified index. |
add(IconSetType, number) | Adds ConditionalFormattingIcon object. |
add(ConditionalFormattingIcon) | Adds ConditionalFormattingIcon object. |
getCount() | Gets the number of elements contained in. |
isNull() | Checks whether the implementation object is null. |
get(number)
Gets the ConditionalFormattingIcon element at the specified index.
get(index: number) : ConditionalFormattingIcon;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The zero based index of the element. |
Returns
The element at the specified index.
add(IconSetType, number)
Adds ConditionalFormattingIcon object.
add(type: IconSetType, index: number) : number;
Parameters:
Parameter | Type | Description |
---|---|---|
type | IconSetType | The value type. |
index | number | The Index. |
Returns
Returns the index of new object in the list.
add(ConditionalFormattingIcon)
Adds ConditionalFormattingIcon object.
add(cficon: ConditionalFormattingIcon) : number;
Parameters:
Parameter | Type | Description |
---|---|---|
cficon | ConditionalFormattingIcon | Returns the index of new object in the list. |
getCount()
Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;