View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NA_AB[_2_] NA_AB[_2_] is offline
external usenet poster
 
Posts: 57
Default I generate excel file from c# & want to display image in it


how about using this?!

myApplication.Rows.Worksheet.SetBackgroundPicture( @"C:\Documents and
Settings\All Users\Documents\My Pictures\Sample Pictures\blue hills.jpg");