Click or drag to resize

DecomposeByColumnContentActionsDecomposeByColumnContent Method

Decompose the source columns according to the provided options. The source table and the settings are provided in the options variable. The provided destination table is cleared from all data and property values before.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? DecomposeByColumnContent(
	DataTableMultipleColumnProxy inputData,
	DecomposeByColumnContentOptions options,
	DataTable destTable
)

Parameters

inputData  DataTableMultipleColumnProxy
The data containing the source table, the participating columns and the column with the cycling variable.
options  DecomposeByColumnContentOptions
The settings for decomposing.
destTable  DataTable
The destination table. Any data will be removed before filling with the new data.

Return Value

String
Null if the method finishes successfully, or an error information.
See Also