Click or drag to resize

EditCommandsPasteFromTableRowsToSelectedColumns Method

Pastes source-table rows into the currently selected destination columns.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static void PasteFromTableRowsToSelectedColumns(
	IWorksheetController dg,
	DataTable sourcetable
)

Parameters

dg  IWorksheetController
The destination worksheet controller.
sourcetable  DataTable
The source table.
See Also