Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand Class / UndoSupport Property


In This Topic
    UndoSupport Property (RangeActionsCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property UndoSupport As UndoSupport
    'Usage
     
    
    Dim instance As RangeActionsCommand
    Dim value As UndoSupport
     
    instance.UndoSupport = value
     
    value = instance.UndoSupport
    public override UndoSupport UndoSupport {get; set;}
    See Also