C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,404 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?