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.
我正在为从 csv 文件导入数据创建视图。我必须将列从 csv 链接到我的对象。
这个想法是我有带有标题的数据网格(csv文件的第一行是标题名称),第一行应该是我的对象属性的组合框。
如何将数据网格的第一行设置为组合框,将其他行设置为文本框?
谢谢, 雅库布