Spread WPF 18
GrapeCity.CalcEngine Namespace / CellValue Structure / Object Property


In This Topic
    Object Property
    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