Spread Windows Forms 12.0 Product Documentation
Box Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellValue Structure : Box Method
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()
public object Box()

Return Value

An System.Object instance represents the boxed value.
See Also

Reference

CellValue Structure
CellValue Members