Spread WinForms 15
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

Property Value

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