'Declaration Protected Function New( _ ByVal template As InsertionCell _ )
'Usage Dim template As InsertionCell Dim instance As New InsertionCell(template)
protected InsertionCell( InsertionCell template )
Parameters
- template
- A reference to a InsertionCell object that will be used as a template to create other InsertionCells.