VB窗体中使用treeview控件

VB窗体中使用treeview控件

本文介绍了在Microsoft Word 2010 VB窗体中使用treeview控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建一个小模板,将选择的行从Excel工作表导入Word。数据的结构是分层次的,所以我想要一个带有树形视图控件的弹出窗体,其中填充了Excel中的一些数据。任何人都可以推荐我使用哪个
treeview控件来与其他(较新的)Windows和办公室版本进行最大的可比性成功吗?


BR jshanse

解决方案

I am building a small template importing a selection of rows from an Excel sheet to Word. The structure of the data is hierarchically so I would like a pop-up form with a treeview control populated with some data from Excel. Can anyone recommend me which treeview control to use for the greatest comparability success with other (newer) windows and office version?

BR jshanse

解决方案


这篇关于在Microsoft Word 2010 VB窗体中使用treeview控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 15:39