Click or drag to resize

TextColumn(TextColumn) Constructor

Initializes a new instance of the TextColumn class by copying another instance.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextColumn(
	TextColumn from
)

Parameters

from  TextColumn
The source column.
See Also