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