ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to insert a bitmap image into a Excel Cell? (https://www.excelbanter.com/excel-programming/305461-how-insert-bitmap-image-into-excel-cell.html)

Sundarraj Natarajan[_2_]

How to insert a bitmap image into a Excel Cell?
 
Hello,

I am new to Excel programming. I want to insert a bitmap
image to a cell in an Excel Worksheet. The code in C# I'm
using is given as

rng = (Excel.Range)ws.get_Range("A1", Type.Missing);
rng.Insert(Type.Missing, @"C:\bitmapFile.bmp");

I'm getting the error as "COMException:-2146827284 Insert
method of Range class failed"

Can any one help me on how to insert a bitmap into a cell
programatically using C#?

Thanks,
Sundar


All times are GMT +1. The time now is 12:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com