将DW数据窗口导出为EXCEL文件的方法(整理)(9) //return : 介绍的文本和对应的公共函数//Author : hzh//date : 2003.12.08/**********************************************************/
String s_func = ""
//s_func = super :: uf_about()
s_func = s_func + "~r~nvo_excel object member's functions : ~r~n"
s_func+= " 1. 用户对象功能介绍 (uf_about) ~r~n" +& " 2. 程序数据导出为 excel 表,已经重载 (uf_toexcel) ~r~n"
RETURN s_func
end functionprivate function integer uf_initcolumn ();/**********************************************************///Function : 初始化列信息//parm ://return : of no use//Author : hzh//date : 2003.12.08//Modifier :// 1. 2003.12.10 by hzh//Reason :