Click or drag to resize

ISparklines Add Method (CellRange, CellRange, Boolean)

Adds the sparkline.

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

Parameters

dataRange
Type: Spire.Xls CellRange
referenceRange
Type: Spire.Xls CellRange
isVertical
Type: System Boolean
See Also