摘要:
今天来记录几个问题:1:如何快速的取出某个GridView的某一列的全部数据?public UITestControlCollection KitNameCollection { get { HtmlCell cell = new HtmlCell(this); cell.SearchProperties[HtmlCell.PropertyNames.ColumnIndex] = "1"; return cell.FindMatchingControls(); } }public List<string> GetKitNameList() { List<s 阅读全文
posted @ 2012-06-20 15:55
FallingStone
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号