Hi,I am embedding the Excel sheet as OLE object in slide. I am able to do that.But to set the image for OLE i am using
ImageEx imgx = preEx.Images.AddImage(image);
oof.Image = imgx; //obselete
But it says the method is obselete and use oof.SubstituteImagePictureFillFormat but i am not able to find how i can use this method to set the image for ole.
Can you please share some sample code with me how i can achieve this.
Thanks,
Amit