setEmbeddedData
setEmbeddedData(OleEmbeddedDataInfo embeddedData) method
Sets information about OLE embedded data.
Parameters
Name | Type | Description |
---|---|---|
embeddedData | OleEmbeddedDataInfo | Embedded data IOleEmbeddedDataInfo This method changes the properties of the object to reflect the new data and sets the IsObjectLink flag to false, indicating that the OLE object is embedded. |
Returns
void
Exception
Exception | Condition |
---|---|
ArgumentNullException | When embeddedData parameter is null. |