Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the ConditionalFormattingIcon element at the specified index.
|
Method Summary | ||
---|---|---|
method | add(cficon) | |
Adds |
||
method | add(type, index) | |
Adds |
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
ConditionalFormattingIcon get(index)
index
- The zero based index of the element.int add(type, index)
type: int
- A index: int
- The Index.int add(cficon)
cficon: ConditionalFormattingIcon
- Returns the index of new object in the list.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)