'Declaration Protected Function New( _ ByVal template As ColumnManagerCell _ )
'Usage Dim template As ColumnManagerCell Dim instance As New ColumnManagerCell(template)
protected ColumnManagerCell( ColumnManagerCell template )
Parameters
- template
- A reference to a ColumnManagerCell object that will be used to create the ColumnManagerCells that will be contained within the ColumnManagerRow.