ColumnCommandsExtractPropertiesFromColumn Method |
This function searches for patterns like aaa=bbb in the items of the text column. If it finds such a item, it creates a column named aaa
and stores the value bbb at the same position in it as in the text column.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ExtractPropertiesFromColumn(
DataColumn col,
DataColumnCollection store
)
Parameters
- col DataColumn
- The column where to search for the patterns described above.
- store DataColumnCollection
- The column collection where to store the newly created columns of properties.
See Also