Click or drag to resize

DataColumnCopyHeaderInformationFrom Method

copies the header information, like label and so on from another column to this column ColumnName and ColumnNumber is not copied!

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyHeaderInformationFrom(
	DataColumn ano
)

Parameters

ano  DataColumn
The source column whose header information should be copied.
See Also