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.
我有一个 Gridex,其中一列作为链接列。当用户单击链接时,触发的事件应将所选行中的多个值存储在几个不同的变量中。
我想如果必要的话,这些值也可以存储在同一个变量中。但是,我确实需要从 GridEx 获取多个值,仅获取单击链接的值不适用于我的用例。
我敢肯定这是一个简单的单班轮,但我找不到解决方案。
所以我找到了我的问题的答案。这似乎对我有用
Dim Row1 As Janus.Windows.GridEX.GridEXRow Row1 = GridEXSORCodes.CurrentRow frmGeneric.Var = Row1.Cells("Column").Value.ToString frmGeneric.Var = Row1.Cells("Column").Value.ToString