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


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