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.
我想在 janus grid 3 中复制一行或多行并将其粘贴到 grid 中。我的网格已绑定
据我所知,gridex 不支持将行复制到另一个网格。在这种情况下,您要做的是从选定的行/行中复制一份,然后将它们直接添加到数据绑定中。
更多关于你想做的事情的信息也很好
对,不支持这个。我需要将行数据粘贴到 Exel 中,令 Janus 不支持这一点感到惊讶。
因此,我编写了一个 Copy 例程来逐步遍历选定的行,并构建一个字符串,该字符串在每行之后的列条目和换行符之间具有制表符。将其加载到剪贴板,然后粘贴到 Excel 工作正常。