AppendCol 追加列

方法:

AppendCol (count)

参数:

count 要追加的总数。

功能描述:

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

样例:

追加2

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