Click or drag to resize

EditCommandsGetTableFromClipboard Method

Gets a table representation from the clipboard, if available.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DataTable? GetTableFromClipboard()

Return Value

DataTable
The table read from the clipboard, or if no table data are available.
See Also