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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool UseFirstDataColumnForColumnNaming { get; set; }
Property Value
Booleantrue 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