Click or drag to resize

DataColumnCreateInstanceOfType Method

Creates a new instance of the specified DataColumn type.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DataColumn CreateInstanceOfType(
	Type type
)

Parameters

type  Type
The column type to instantiate.

Return Value

DataColumn
A new column instance.
See Also