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


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

Property Value

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