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