ISparkline
DataRange Property
|
Represents the data 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 DataRange { get; set; }
Property DataRange As CellRange
Get
Set
property CellRange^ DataRange {
CellRange^ get ();
void set (CellRange^ value);
}
abstract DataRange : CellRange with get, set
Property Value
Type:
CellRange
The data range.
Exceptions
Exception
|
Condition
|
[!:ArgumentOutOfRange]
|
if the value.Rows.Length is not equal to 1.
|
See Also