int iIndex = worksheet.Pictures.Add(1,1,"d:\\1.jpg"); Aspose.Cells.Drawing.Picture pic = worksheet.Pictures[iIndex]; pic.Placement=Aspose.Cells.Drawing.PlacementType.FreeFloating; pic.BorderLineColor=Color.Red; pic.BorderWeight = 5;
int iIndex = worksheet.Pictures.Add(1,1,"d:\\1.jpg"); Aspose.Cells.Drawing.Picture pic = worksheet.Pictures[iIndex]; pic.Placement=Aspose.Cells.Drawing.PlacementType.FreeFloating; pic.BorderLineColor=Color.Red; pic.BorderWeight = 5;
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。