[]
Creates a new instance of this object.
public C1DataColumn()
Creates a new instance of this object.
public C1DataColumn(string caption, Type datatype)
| Type | Name | Description |
|---|---|---|
| string | caption | The column caption. |
| Type | datatype | The data type. |
Creates a new instance of this object.
public C1DataColumn(string caption, string datafield, Type datatype)
| Type | Name | Description |
|---|---|---|
| string | caption | The column caption. |
| string | datafield | The field from the data source. |
| Type | datatype | The data type. |