InsertOleObject
function InsertOleObject(NewObject: OLEObjectData, bSelect: boolean): void
Description
Inserts the OLE object at the current document position.
Parameters
- NewObject
OLEObjectData
The OLEObjectData object.
- bSelect
boolean
Defines if the OLE object will be selected after inserting into the document (true) or not (false).
Returns
void