ProjectItemCommandsCopyItemsToClipboard Method |
Copies the items to the clipboard. In principle, this can be all items that have Altaxo's XML serialization support. But the corresponding clipboard paste operation
is only supported for main project items (DataTables, Graphs).
Namespace: Altaxo.Main.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void CopyItemsToClipboard(
IEnumerable<IProjectItem> items,
string baseFolder
)
Parameters
- items IEnumerableIProjectItem
- The items.
- baseFolder String
- The base folder of all provided items (if one exists). This determines in which folder the items are pasted in the subsequent paste operation.
See Also