AppendRow 追加行

方法:

AppendRow (count)

参数:

count 要追加的总数。

功能描述:

追加行。count 大于1时为批量操作。性能优于插入行,建议优先使用。

样例:

追加2

zcell1.GetSheet(0). AppendRow (2);