'Declaration Public Function New( _ ByVal columnName As String, _ ByVal dataType As Type _ )
'Usage Dim columnName As String Dim dataType As Type Dim instance As New ColumnInfo(columnName, dataType)
public ColumnInfo( string columnName, Type dataType )
Parameters
- columnName
- A string representing the name of the column.
- dataType
- The datatype of the items contained in the column. The specified datatype will be ignored if the WinComboBox is bound to a datasource.