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