View Single Post
Old 05-16-2011, 10:55 PM   #2
Ue1eg3drc5bh
General of the Army
 
Join Date: Feb 2011
Posts: 1,659
Ue1eg3drc5bh is on a distinguished road
Default

Knowledge focus: to answer a list of Microsoft newsgroups, see the auspicious Gala a post,nba basketball shoes, asking how they can be user photos into Excel. I think that should be very simple, so the first record a macro, the result is: ActiveSheet.Pictures.Insert (Dtt.bmp). Sele ..
Microsoft newsgroups, see the auspicious Gala a post, asking How can user photos into Excel.
I thought should be very simple,lebron james vii, so the first record a macro,lebron shoes, the result is:
ActiveSheet.Pictures.Insert (Dtt.bmp). Select

However, in C # in, WorkSheet Class does not seem to directly support Pictures.Insert this way. In the MSDN
site, several Office documents described the development is only common Application,kobe iv shoes, WorkBook, Sheet These
like how to read and write. Finally, or read the VBA help, to find a solution, it is still very simple:

Excel.Worksheet xSheet = (Excel.Worksheet) xBook.Sheets [1];
xSheet.Shapes . AddPicture (Dtt.bmp, MsoTriState.msoFalse,
MsoTriState.msoTrue,nike hyperdunk shoes, 10,10,150,150);


on it. Among them, the second and third parameters are respectively linked to the file,nba shoes, save the image in the document whether
information (or just save the link information.) A question
not never heard of C language can be illustrated
Ue1eg3drc5bh is offline   Reply With Quote

Sponsored Links