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