Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / Value Property


In This Topic
Value Property (SparklineDataSource)
In This Topic
Gets the value of this external variable.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Value As IValue
 
'Usage
 
Dim instance As SparklineDataSource
Dim value As IValue
 
value = instance.Value

Property Value

A GrapeCity.CalcEngine.IValue object represents the value of this external variable.
See Also