EditCommandsGetTableFromClipboard Method |
Gets a table representation from the clipboard, if available.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DataTable? GetTableFromClipboard()
Return Value
DataTableThe table read from the clipboard, or
if no table data are available.
See Also