Spread Silverlight Documentation
Execute Method (CellEditUndoAction)


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > CellEditUndoAction Class : Execute Method
Object on which the action occurred.
Defines the method to be called when the action is invoked.
Syntax
'Declaration
 
Public Overrides Sub Execute( _
   ByVal parameter As System.Object _
) 
'Usage
 
Dim instance As CellEditUndoAction
Dim parameter As System.Object
 
instance.Execute(parameter)
public override void Execute( 
   System.object parameter
)

Parameters

parameter
Object on which the action occurred.
See Also

Reference

CellEditUndoAction Class
CellEditUndoAction Members