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