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