SparklineCollection
Contents
[
Hide
]SparklineCollection class
Encapsulates a collection of Sparkline objects.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Sparkline | Gets the Sparkline element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Add a sparkline. |
| remove | Removes the sparkline |
| removeSparkline | |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
SparklineCollection.Count property
Type: int
SparklineCollection.Item (int) property
Gets the Sparkline element at the specified index.
Type: Sparkline
add(dataRange, row, column) (1 of 2)
Add a sparkline.
| Parameter | Type | Description |
|---|---|---|
| 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. |
add(value) (2 of 2)
Reserved for internal use.
remove(o)
Removes the sparkline
| Parameter | Type | Description |
|---|---|---|
| o | Object |
removeSparkline(o)
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.