方法:
DeleteRow (startrow,count)
参数:
startrow开始行的索引号,从1开始。
count 要插入的总数。
功能描述:
删除行。count 大于1时为批量操作
样例:
在第5行位置删除2行
zcell1.GetSheet(0). DeleteRow (5, 2);