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