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


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