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; }
Public Property DataRange As CellRange
Get
Set
public:
virtual property CellRange^ DataRange {
CellRange^ get () sealed;
void set (CellRange^ value) sealed;
}
abstract DataRange : CellRange with get, set
override DataRange : CellRange with 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