TextColumnAddition(TextColumn, TextColumn) Operator |
Concatenates the corresponding text values of two text columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static TextColumn operator +(
TextColumn c1,
TextColumn c2
)
Parameters
- c1 TextColumn
- The first text column.
- c2 TextColumn
- The second text column.
Return Value
TextColumnA new column whose values are the concatenation of the input values.
See Also