Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubmittedEventArgs Class / Value Property


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

    Property Value

    The value which is submitted.
    See Also