SparklineCollection

SparklineCollection class

Encapsulates a collection of Sparkline objects.

Methods

NameDescription
add(dataRange, row, column)Add a sparkline.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets the Sparkline element at the specified index.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
remove(o)Removes the sparkline
removeAt()
removeSparkline()

add(dataRange, row, column)

Add a sparkline.

ParameterTypeDescription
dataRangeStringSpecifies the new data range of the sparkline.
rowNumberThe row index of the location.
columnNumberThe column index of the location.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets the Sparkline element at the specified index.

ParameterTypeDescription
indexNumberThe zero based index of the element.

Returns: Sparkline — Sparkline The element at the specified index.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

remove(o)

Removes the sparkline

ParameterTypeDescription
oObject

removeAt()

removeSparkline()