Click or drag to resize

IDataObjectSetData(Type, 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 Type class.

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

Parameters

format  Type
A Type that specifies what format to store the data in. See the DataFormats class for a set of predefined data formats.
data  Object
The data to store in this data object.
See Also