Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / AddChildUndoAction Class / AddChildUndoAction Constructor
SheetView
The object


In This Topic
    AddChildUndoAction Constructor
    In This Topic
    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