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.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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