Click or drag to resize

SparklineCollection RefreshRanges Method (CellRange, CellRange, Boolean)

Refresh data range of the sparkline.

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

Parameters

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

Implements

ISparklines RefreshRanges(CellRange, CellRange, Boolean)
See Also