Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Box Method


In This Topic
Box Method
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