Click or drag to resize

EditCommandsPasteFromTableToUnselected Method

Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has no current selections. This means that the data are appended to the end of the worksheet.

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

Parameters

dg  IWorksheetController
The worksheet to paste into.
sourcetable  DataTable
The table which contains the data to paste into the worksheet.
See Also