Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Value Property


In This Topic
    Value Property (Cell)
    In This Topic
    Gets or sets the value in a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Value As Object
    'Usage
     
    Dim instance As Cell
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    [DefaultValue("")]
    public object Value {get; set;}

    Property Value

    The value in the cell. The default value is null.
    See Also