2011年8月31日

摘要: 虽然NPOI中没有提示现有的插入行函数,但我们可以写一个类似效果的函数:这里用到了NPOI中自带的ShiftRows函数,该函数功能:对指定行移动操作 public void ShiftRows(int startRow, int endRow, int n); public void ShiftRows(int startRow, int endRow, int n, bool copyRowHeight, bool resetOriginalRowHeight); public void ShiftRows(int startRow, int endRow, int n, bool cop 阅读全文
posted @ 2011-08-31 21:03 kingang 阅读(15029) 评论(0) 推荐(3)

导航