Spread Windows Forms 12.0 Product Documentation
Value Property (ExternalVariable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExternalVariable Class : Value Property
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
public IValue Value {get;}

Property Value

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

Reference

ExternalVariable Class
ExternalVariable Members