Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnUngroupUndoAction Class / Execute Method
Object on which the action occurred.


In This Topic
    Execute Method (ColumnUngroupUndoAction)
    In This Topic
    Executes the ungroup action on the specified sender.
    Syntax
    'Declaration
     
    Public Overrides Sub Execute( _
       ByVal sender As Object _
    ) 
    'Usage
     
    Dim instance As ColumnUngroupUndoAction
    Dim sender As Object
     
    instance.Execute(sender)
    public override void Execute( 
       object sender
    )

    Parameters

    sender
    Object on which the action occurred.
    See Also