AD
Administrator
Syncfusion Team
August 31, 2004 11:45 AM UTC
Hi Vadim,
Thank you for your interest in Syncfusion Essential ExcelRW.
You can insert pictures using the AddPictures method
Example,
mySheet.Pictures.AddPicture(2,2,10,10,"Water lilies.jpg");
The AddPicture metod has several overloads for inserting and positioning the images.
Please let me know if you have any questions.
Thanks,
Stephen.
>Hello
>Does ExcelRW allow to insert some image into the cell ?