Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的 vb6 项目使用数据网格。我如何知道用户选择了哪条记录?
如果主键在第 3 列,请使用
MyDataGrid.Columns(3).Value
这将向您显示所选行的 PK。
的Text属性DataGrid应该是当前选择的:
Text
DataGrid
DataGrid1.Text
数据网格的 .Col 和 .Row 属性返回数据网格中的活动行和列