IClipboardSetDataObjectSetData(Type, Object) Method |
Sets clipboard data using a type format.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetData(
Type format,
Object data
)
Parameters
- format Type
- The data type.
- data Object
- The data.
See Also