Click or drag to resize

IDataObjectSetData(Object) Method

Stores the specified data in this data object, automatically converting the data format from the source object type.

Namespace: Altaxo.Serialization.Clipboard
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetData(
	Object data
)

Parameters

data  Object
The data to store in this data object.
See Also