Yesterday is history, tommorrow is mystery , today is a gift ,that's why it is called present.

获取DataTable列名

上一篇 / 下一篇  2009-02-10 16:53:24 / 个人分类:QTP

Dim totalcol,value

totalcol = datatable.GetSheet("Global").getparametercount

For i=1 to totalcol

  value = datatable.GetSheet("Global").getparameter(i).name

  msgbox value

Next



TAG: QTP

 

评分:0

我来说两句

Open Toolbar