Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / ValueType Property


In This Topic
    ValueType Property (IValue)
    In This Topic
    Gets the value type of this IValue instance.
    Syntax
    'Declaration
     
    
    Shadows ReadOnly Property ValueType As ValueType
    'Usage
     
    
    Dim instance As IValue
    Dim value As ValueType
     
    value = instance.ValueType
    new ValueType ValueType {get;}

    Property Value

    The type of the data of the IValue instance.
    See Also