Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / Value Property


In This Topic
    Value Property (CellData)
    In This Topic
    Gets the cell value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    'Usage
     
    Dim instance As CellData
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also