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