'Declaration Protected Function New( _ ByVal template As RowSelector, _ ByVal parentRow As Row _ )
'Usage Dim template As RowSelector Dim parentRow As Row Dim instance As New RowSelector(template, parentRow)
protected RowSelector( RowSelector template, Row parentRow )
Parameters
- template
- A reference to a RowSelector object that will be used to create other RowSelectors.
- parentRow
- A reference to a Row object representing the parent row of the RowSelector.