Click or drag to resize

IDataObjectSetData(String, Object) Method

Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a string.

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

Parameters

format  String
A string that specifies what format to store the data in. See the DataFormats class for a set of pre-defined data formats.
data  Object
The data to store in this data object.
See Also