Sparkline
RefRange Property
|
Represents the reference 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 RefRange { get; set; }
Public Property RefRange As CellRange
Get
Set
public:
virtual property CellRange^ RefRange {
CellRange^ get () sealed;
void set (CellRange^ value) sealed;
}
abstract RefRange : CellRange with get, set
override RefRange : CellRange with get, set
Property Value
Type:
CellRange
The reference range.
Implements
ISparkline
RefRange
Exceptions
Exception
|
Condition
|
[!:ArgumentOutOfRange]
|
if the value.Rows.length and value.Columns.Length is not equal to 1;
|
See Also