Click or drag to resize

IClipboardSetDataObjectSetCommaSeparatedValues Method

Sets comma-separated values text on the clipboard.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetCommaSeparatedValues(
	string text
)

Parameters

text  String
The text.
See Also