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