Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / CellEditExtent Class / NewValue Property


In This Topic
    NewValue Property
    In This Topic
    Gets the new value of the edit cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewValue As String
    'Usage
     
    Dim instance As CellEditExtent
    Dim value As String
     
    value = instance.NewValue
    public string NewValue {get;}
    See Also