Click or drag to resize

DataTableTransposeOptionsUseFirstDataColumnForColumnNaming Property

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

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

Property Value

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