Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / EditingData Structure / Value Property


In This Topic
    Value Property (EditingData)
    In This Topic
    Gets or sets the editing value.
    Syntax
    'Declaration
     
    Public Property Value As Object
    'Usage
     
    Dim instance As EditingData
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}
    See Also