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