Insert a picture into a Excel file
摘要:
code to add a picture to Excel Comment 1 Rangerange = oWorkSheet.get_Range( " A1 " ,missing); 2 Excel.Commentcomment = range.AddComment( "" ); 3 com... 阅读全文
posted @ 2006-08-31 17:52 广思 阅读(434) 评论(0) 推荐(0) 编辑