| 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
)
Public Overridable Function NewColumn (
type As TypeCode,
label As String,
id As String
) As DataColumn
Parameters
- type
- Type: SystemTypeCode
Column type. - label
- Type: SystemString
Column label. - id
- Type: SystemString
Column identifier.
Return Value
Type:
DataColumnNew data column.
Remarks See Also