Click or drag to resize

WorksheetCommandsCreatePropertyColumnOfColumnNames(DataTable) Method

This will create a property column as text column with the names of the data columns.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CreatePropertyColumnOfColumnNames(
	DataTable table
)

Parameters

table  DataTable
The data table.
See Also