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


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