Click or drag to resize

Sparkline DataRange Property

Represents the 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 CellRange DataRange { get; set; }

Property Value

Type: CellRange
The data range.

Implements

ISparkline DataRange
Exceptions
Exception Condition
[!:ArgumentOutOfRange] if the value.Rows.Length is not equal to 1.
See Also