Click or drag to resize

ISparkline RefRange Property

Represents the reference range of the sparkline.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
CellRange RefRange { get; set; }

Property Value

Type: CellRange
The reference range.
Exceptions
Exception Condition
[!:ArgumentOutOfRange] if the value.Rows.length and value.Columns.Length is not equal to 1;
See Also