SparklineCollection

SparklineCollection class

Encapsulates a collection of Sparkline objects.

Properties

NameTypeDescription
Countint
Item (int)SparklineGets the Sparkline element at the specified index.

Methods

NameDescription
addAdd a sparkline.
removeRemoves the sparkline
removeSparkline
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
dataRangeStringSpecifies the new data range of the sparkline.
rowintThe row index of the location.
columnintThe column index of the location.

add(value) (2 of 2)

Reserved for internal use.

remove(o)

Removes the sparkline

ParameterTypeDescription
oObject

removeSparkline(o)

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.