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;
2018 积分 (2)粉丝 (47)源码
小小码农,大大世界
关注 私信