Click or drag to resize

DataTableNewColumn Method (TypeCode, String, String)

Creates new data column.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual DataColumn NewColumn(
	TypeCode type,
	string label,
	string id
)

Parameters

type
Type: SystemTypeCode
Column type.
label
Type: SystemString
Column label.
id
Type: SystemString
Column identifier.

Return Value

Type: DataColumn
New data column.
Remarks