2个回答
展开全部
给combobox添加item,然后在查询的时候拼接查询语句,将各个条件追加上去就是了。
追问
不清楚吖,能讲清楚点不?给点例子····
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
TableDI
2024-07-18 广告
2024-07-18 广告
VLOOKUP函数在Excel中用于匹配两个表格的数据。具体步骤如下:1. 确定查找值:在目标表格中选择要查找的单元格或数据。2. 确定查找范围:转到另一个表格(例如,工作表A),并指定包含查找值的范围。注意该范围的首列应包含要查找的值。3...
点击进入详情页
本回答由TableDI提供
展开全部
取:
int a=comboBox.Items.Count;
string[] strs=new string[a];
for(int i=0;i<a,i++){
strs[i]=comboBox.Items[i].tostring();
}
删:comboBox.Items.Clear();
加:comboBox.Items.Add("1");
comboBox.Items.Add("2");
comboBox.Items.Add("3");
comboBox.Items.Add("4");
comboBox.Items.Add("5");
取:
string str3=comboBox.Items[2].tostring();
string str5=comboBox.Items[4].tostring();
int a=comboBox.Items.Count;
string[] strs=new string[a];
for(int i=0;i<a,i++){
strs[i]=comboBox.Items[i].tostring();
}
删:comboBox.Items.Clear();
加:comboBox.Items.Add("1");
comboBox.Items.Add("2");
comboBox.Items.Add("3");
comboBox.Items.Add("4");
comboBox.Items.Add("5");
取:
string str3=comboBox.Items[2].tostring();
string str5=comboBox.Items[4].tostring();
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询