问题描述
大家好!
我目前正在Visual Studio 2017上编写应用程序Windows窗体(.NET Framework)。
在几乎所有地方搜索之后,我仍然无法找到答案或领导。
我的程序是一个包含多个comboBox的表单,其中包含从Excel列中获取的值及其用途是复制/过去Excel文件的行,其中列的值等于组合框选择的值。
问题是我不知道如何填充组合框。
如果您需要我的代码或项目文件告诉我,任何帮助都会很棒。
Hello everyone!
I'm currently coding an Application Windows Form (.NET Framework) on Visual Studio 2017.
After having search almost everywhere, I still can't find an answer or a lead.
My program is a form containing multiple comboBox which will contain values taken from the Excel columns, and its purpose is to copy/past rows of the Excel File where the value of the columns equal the comboBox selected value.
And the problem is that I don't know how to fill the comboBox.
Any help would be great, if you need my code or Project file tell me.
这篇关于从Excel列填充ComboBox(vb.net)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!