class
ConditionalFormattingIconCollection
Source: aspose.
Represents a collection of ConditionalFormattingIcon objects.
Methods
add(type, index) → Number
Adds ConditionalFormattingIcon object.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
type |
Number |
|
IconSetType |
|
index |
Number |
|
The Index. |
- Returns
-
NumberReturns the index of new object in the list.
add(cficon)
Adds ConditionalFormattingIcon object.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
cficon |
|
Returns the index of new object in the list. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → ConditionalFormattingIcon
Gets the ConditionalFormattingIcon element at the specified index.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The zero based index of the element. |
- Returns
-
ConditionalFormattingIconThe element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.