It works fine now.
Thanks
Search found 2 matches
- Thu Jan 30, 2014 4:10 pm
- Forum: XLSReadWritwII 6
- Topic: Problem with images
- Replies: 10
- Views: 6357
- Fri Jan 17, 2014 7:49 pm
- Forum: XLSReadWritwII 6
- Topic: Problem with images
- Replies: 10
- Views: 6357
Problem with images
I am trying to add an images to a sheet while migrating a project from V1 to V5. I used the following line to add the image: _Image := _XLS[0].Drawing.InsertImage(_FileName, j, k + 1, 0, 0, 1); The code freezes in TXLSDrawing.DoInsertImage in the following loop while (AWidth - FColumns[ACol].PixelWi...