Click or drag to resize

ExpandCyclingVariableColumnActionsExpandCyclingVariableColumn Method

Expand 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? ExpandCyclingVariableColumn(
	DataTableMultipleColumnProxy inputData,
	ExpandCyclingVariableColumnOptions options,
	DataTable destTable
)

Parameters

inputData  DataTableMultipleColumnProxy
The data containing the source table, the participating columns and the column with the cycling variable.
options  ExpandCyclingVariableColumnOptions
The settings for expanding.
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