InsertRow 插入行

方法:

InsertRow(startrow,count)

参数:

startrow开始行的索引号,从1开始。
count 要插入的总数。

功能描述:

插入行。count 大于1时为批量操作

样例:

在第5行位置插入2

zcell1.GetSheet(0). InsertRow (5, 2);