I am trying to insert a picture into an excel file without compression and found a method Shapes.AddPicture2() suitable for this case.
However, even after adding the reference to Microsoft Excel 14.0 Object Library the method is not available. only Shapes.AddPicture() appears. Does anybody know, which additional reference or interop version I am missing?