DataColumnCollectionAdd(DataColumn, String) Method |
Add a column under the name
.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
DataColumn datac,
string? name
)
Parameters
- datac DataColumn
- The column to add. Provide null if a name is not known yet. In this case a new name will be found.
- name String
- The name under which the column to add.
See Also