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


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

    Parameters

    sender
    Object on which the action occurred.
    See Also