Click or drag to resize

ExtractCommonColumnsToTableDataSourceExecute Method

Executes the 'Plot common column' command.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Execute(
	DataTable destinationTable,
	ExtractCommonColumnsToTableData data,
	ExtractCommonColumnsToTableOptions options
)

Parameters

destinationTable  DataTable
The destination table that receives the extracted columns.
data  ExtractCommonColumnsToTableData
The source data and selected tables.
options  ExtractCommonColumnsToTableOptions
The options controlling how common columns are extracted.
See Also