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


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