In This Topic
Returned the boxed value of this cell value.
Syntax
'Declaration
Public Function Box() As Object
'Usage
Dim instance As CellValue
Dim value As Object
value = instance.Box()
Return Value
An
System.Object instance represents the boxed value.
See Also