| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
||
| Method Summary | ||
|---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | add(dataRange, row, column) | |
Add a sparkline.
|
||
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 | remove(o) | |
Removes the sparkline
|
||
function | removeAt(index) | |
function getCount()
function get(index)
index - The zero based index of the element.function add(dataRange, row, column)
dataRange: String - Specifies the new data range of the sparkline.row: Number - The row index of the location.column: Number - The column index of the location.function remove(o)
o: Object - function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)