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