Spread Windows Forms 12.0 Product Documentation
AddChildUndoAction Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > AddChildUndoAction Class : AddChildUndoAction Constructor
SheetView
The object
Creates a new AddChildUndoAction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal child As Object _
)
'Usage
 
Dim sheetView As SheetView
Dim child As Object
 
Dim instance As New AddChildUndoAction(sheetView, child)
public AddChildUndoAction( 
   SheetView sheetView,
   object child
)

Parameters

sheetView
SheetView
child
The object
See Also

Reference

AddChildUndoAction Class
AddChildUndoAction Members