Click or drag to resize

TextColumnAddition(TextColumn, TextColumn) Operator

Concatenates the corresponding text values of two text columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static TextColumn operator +(
	TextColumn c1,
	TextColumn c2
)

Parameters

c1  TextColumn
The first text column.
c2  TextColumn
The second text column.

Return Value

TextColumn
A new column whose values are the concatenation of the input values.
See Also