‎2009 Aug 03 9:11 AM
Hello,
I would like to know whats the class ot the object ole2_object.
I would like to know the interface of method AddPicture because I want to insert a picture replacing one word and if I only put the method, it inserts me the picture in the top of the page.
Thank you.
‎2009 Aug 06 3:20 AM
Hi,
there isn't any ABAP class which corresponds to the ole2_object. This variable represents link to object in OLE interface. Hence you need to search in Excel programming reference guide to get method signature. Actually ole2_object is a simple structure with reference to OLE object.
Cheers
‎2009 Aug 06 3:20 AM
Hi,
there isn't any ABAP class which corresponds to the ole2_object. This variable represents link to object in OLE interface. Hence you need to search in Excel programming reference guide to get method signature. Actually ole2_object is a simple structure with reference to OLE object.
Cheers