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;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-07-22
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-01-02
  • 2021-04-20
  • 2021-12-12
  • 2021-10-30
  • 2021-10-21
相关资源
相似解决方案