How to insert a bitmap into Excel Cell in C# program?

  • Thread starter Sundarraj Natarajan
  • Start date
S

Sundarraj Natarajan

NewGroup Audience:

I want to insert a bitmap into a cell in a Excel
spreadsheet programatically. I use C# language for my
work. I'm using the function Range.Insert(Type.Missing,
PathFileName). It gives an error message
as "COMException:Insert method of Range class failed". Is
there any one help me get the right usage of this
function to insert a bitmap into a Cell. Note that the
Cell width and Height and more than the size of the
bitmap. I'm not finding the right knowledge base for
this. If anyone writes a knowledge base article would be
helpful to other developers.

Thanks,
Sundarraj Natarajan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top