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


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

    Parameters

    sender
    Object on which the action occurred.
    See Also