ReferenceError Property (ExcelSparkline)
Gets a value that indicates whether the current cell range is an invalid reference.
public bool ReferenceError {get;}
'Declaration
Public ReadOnly Property ReferenceError As Boolean
'Usage
Dim instance As ExcelSparkline
Dim value As Boolean
value = instance.ReferenceError
Property Value
true
if the current cell range is an invalid reference; otherwise,
false
.