Spread Windows Forms 15.0
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
    public IValue Value {get;}

    Property Value

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