WorksheetCommandsCreatePropertyColumnOfColumnNames(DataTable) Method | 
            This will create a property column as text column with the names of the data columns.
            
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static void CreatePropertyColumnOfColumnNames(
	DataTable table
)
Parameters
- table  DataTable
 - The data table.
 
See Also