Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / UndoSupport Property


In This Topic
    UndoSupport Property (CellEditCommand)
    In This Topic
    Gets the UndoSupport value indicates whether this command is undoable.
    Syntax
    'Declaration
     
    
    Public Property UndoSupport As UndoSupport
    'Usage
     
    
    Dim instance As CellEditCommand
    Dim value As UndoSupport
     
    instance.UndoSupport = value
     
    value = instance.UndoSupport
    public UndoSupport UndoSupport {get; set;}

    Property Value

    The UndoSupport value of this command.
    See Also