DataTable(DataTableCollection) Constructor |
Constructs an empty table with the parent provided by the argument.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataTable(
DataTableCollection parent
)
Parameters
- parent DataTableCollection
- The initial parent of the table.
See Also