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.3179.0 (4.8.3179.0)
Syntax public static void CreatePropertyColumnOfColumnNames(
DataTable table
)
Parameters
- table DataTable
- The data table.
See Also