Spread Silverlight Documentation
CellEditUndoAction Constructor


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > CellEditUndoAction Class : CellEditUndoAction Constructor
The edit cell worksheet.
The edit cell extent information.
Creates a new instance of the CellEditUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal extent As CellEditExtent _
)
'Usage
 
Dim worksheet As Worksheet
Dim extent As CellEditExtent
 
Dim instance As New CellEditUndoAction(worksheet, extent)
public CellEditUndoAction( 
   Worksheet worksheet,
   CellEditExtent extent
)

Parameters

worksheet
The edit cell worksheet.
extent
The edit cell extent information.
See Also

Reference

CellEditUndoAction Class
CellEditUndoAction Members