Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / Object Property


In This Topic
    Object Property (CellValue)
    In This Topic
    Gets the System.Object value.
    Syntax
    'Declaration
     
    
    Public Property Object As Object
    'Usage
     
    
    Dim instance As CellValue
    Dim value As Object
     
    instance.Object = value
     
    value = instance.Object
    public object Object {get; set;}

    Property Value

    An System.Object value represents the value.
    See Also