以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 按钮获取winform.table当前选中行 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=71732) |
-- 作者:keofcn -- 发布时间:2015/7/16 23:35:00 -- 按钮获取winform.table当前选中行 请教下,按钮如何获取winform.table当前选中行 |
-- 作者:大红袍 -- 发布时间:2015/7/17 0:05:00 -- Dim t As Table = e.Form.Controls("Table1").Table
|
-- 作者:keofcn -- 发布时间:2015/7/17 16:56:00 -- 谢谢 |