Creates a new instance of this object.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Type _
)
public C1DataColumn(
System.string ,
System.Type
)
Parameters
- caption
- The column caption.
- datatype
- The data type.
See Also