RemoveOleObject
function RemoveOleObject(sInternalId: string): void
Description
Removes the OLE object from the document by its internal ID.
Parameters
- sInternalId
string
The OLE object identifier which is used to work with OLE object added to the document.
Returns
void