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