Click or drag to resize

SparklineCollection Add Method (CellRange, CellRange)

Adds the sparkline.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
	CellRange dataRange,
	CellRange referenceRange
)

Parameters

dataRange
Type: Spire.Xls CellRange
referenceRange
Type: Spire.Xls CellRange

Implements

ISparklines Add(CellRange, CellRange)
See Also