方法:
GetColLabTitle(index)
功能描述:
获取列标的显示文字。
参数:
index: 列索引号,从1开始。
样例:
//获取
var val = zcell1.GetSheet(0).GetColLabTitle(8);
alert("第8列自定义列标题为:" + val);