Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Type2 Property


In This Topic
Type2 Property
In This Topic
Gets a ValueType value that indicates the value type.
Syntax
'Declaration
 
Public ReadOnly Property Type2 As ValueType
 
'Usage
 
Dim instance As CellValue
Dim value As ValueType
 
value = instance.Type2

Property Value

The type.
See Also