hello everyone,
I'm using TAdvGridWorkbook on Delphi10.
I wanna insert the BMP to a cell.
How to do it ?
for example by Excel Macro
ActiveSheet.Pictures.Insert("C:\temp.bmp").Select
best reguards,
Taro
hello everyone,
Set the active sheet with AdvGridWorkBook.ActiveSheet property and then you can access the grid on the active sheet with
You create a bitmap and you add it and then destroy the bitmap, so the bitmap will disappear again.
Please see page 66 in the pdf developers guide