Click or drag to resize

DataTableTransposeOptionsStoreDataColumnNamesInFirstDataColumn Property

Gets or sets a value indicating whether the existing column names of the source table should be stored in the first data column of the transposed table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool StoreDataColumnNamesInFirstDataColumn { get; set; }

Property Value

Boolean
true if the existing column names of the source table should be stored in the first data column of the transposed table; otherwise, false.
See Also