EditCommandsPasteFromTableRowsToSelectedColumns Method |
Pastes source-table rows into the currently selected destination columns.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static void PasteFromTableRowsToSelectedColumns(
IWorksheetController dg,
DataTable sourcetable
)
Parameters
- dg IWorksheetController
- The destination worksheet controller.
- sourcetable DataTable
- The source table.
See Also