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