//http://www.tmssoftware.biz/flexcel/doc/vcl/api/FlexCel.Core/TExcelFile/InsertAndCopyRange.html#texcelfileinsertandcopyrangetxlscellrange-integer-integer-integer-tflxinsertmode
                //http://www.tmssoftware.biz/flexcel/doc/vcl/api/FlexCel.Core/TFlxInsertMode.html
                xls.InsertAndCopyRange(new TXlsCellRange(10, 1, 10, 9), 11, 1, 1, TFlxInsertMode.ShiftRowDown);
                //插入公式
                xls.SetCellValue(10, 3, new TFormula("=Sum(D9:D20)"));

 

相关文章:

  • 2021-05-08
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
猜你喜欢
  • 2021-08-10
  • 2021-04-09
  • 2021-09-12
  • 2022-02-14
  • 2021-12-13
  • 2021-10-31
相关资源
相似解决方案