Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / newValue Field


In This Topic
    newValue Field
    In This Topic
    Specifies the new value in the cell.
    Syntax
    'Declaration
     
    
    Protected newValue As Object
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As Object
     
    value = instance.newValue
     
    instance.newValue = value
    protected object newValue
    See Also