Spread Windows Forms 15.0
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()
    public object Box()

    Return Value

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