Click or drag to resize

ExtractCommonColumnsToTableOptionsTablePropertyNames Property

Gets the names of properties of the source table that should be copied to the destination table (as column properties). If the array is empty, no properties are copied.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ImmutableArray<string> TablePropertyNames { get; init; }

Property Value

ImmutableArrayString
See Also