Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(type, dataRange, isVertical, locationRange) | |
Adds an |
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | clearSparklineGroups(cellArea) | |
Clears the sparkline groups that overlaps an area of cells.
|
||
method | clearSparklines(cellArea) | |
Clears the sparklines that is inside an area of cells.
|
||
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()
SparklineGroup get(index)
index
- The zero based index of the element.int add(type, dataRange, isVertical, locationRange)
type: int
- A dataRange: String
- Specifies the data range of the sparkline group.isVertical: boolean
- Specifies whether to plot the sparklines from the data range by row or by column.locationRange: CellArea
- Specifies where the sparklines to be placed.clearSparklines(cellArea)
cellArea: CellArea
- Specifies the area of cellsclearSparklineGroups(cellArea)
cellArea: CellArea
- Specifies the area of cellsclear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)