GetColWidth 获取列宽

方法:

GetColWidth (index)

功能描述:

获取指定列的宽度。

参数:

Index  列的索引号,从1开始。
  

样例:

设置第3列列宽

var a = zcell1.GetSheet(0).GetColWidth(3);