Spread Silverlight Documentation
Execute Method (RowGroupUndoAction)


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > RowGroupUndoAction Class : Execute Method
Object on which the action occurred.
Executes the action on the specified sender.
Syntax
'Declaration
 
Public Overrides Sub Execute( _
   ByVal sender As System.Object _
) 
'Usage
 
Dim instance As RowGroupUndoAction
Dim sender As System.Object
 
instance.Execute(sender)
public override void Execute( 
   System.object sender
)

Parameters

sender
Object on which the action occurred.
See Also

Reference

RowGroupUndoAction Class
RowGroupUndoAction Members