DataColumnCreateInstanceOfType Method |
Creates a new instance of the specified
DataColumn type.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DataColumn CreateInstanceOfType(
Type type
)
Parameters
- type Type
- The column type to instantiate.
Return Value
DataColumnA new column instance.
See Also