将值分配给datagrid中的组合框

将值分配给datagrid中的组合框

本文介绍了将值分配给datagrid中的组合框.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从数据网格中获取特定的组合框?

我有一个datagrid,1个类型为DataGridViewComboBoxColumn的列.
我想为datagrid中的组合框分配值.

How to get particular combo box from data grid?

I have one datagrid,1 column of type DataGridViewComboBoxColumn.
I want to assign value to that combo box in datagrid.
how to do this?

推荐答案


这篇关于将值分配给datagrid中的组合框.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 06:30