Spread Windows Forms 12.0 Product Documentation
ValueType Property (IValue)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : ValueType Property
Gets the value type of this IValue instance.
Syntax
'Declaration
 
ReadOnly Property ValueType As ValueType
'Usage
 
Dim instance As IValue
Dim value As ValueType
 
value = instance.ValueType
ValueType ValueType {get;}

Property Value

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

Reference

IValue Interface
IValue Members