数据网格视图将一列拆分为多列

时间:2018-11-13 14:37:49

标签: c#

我一直在应用程序中使用datagridview。

我在其中添加了以下列

 dataGridView1.Columns["Name"].HeaderText ="Name"

 dataGridView1.Columns["Age"].HeaderText = "Age"

 dataGridView1.Columns["Gender"].HeaderText ="Gender"

现在,我需要在datagridview的“名称”列下添加名字中间名和姓氏。

以前,我的数据网格看起来像

enter image description here

但是现在我希望网格显示

enter image description here

但是我无法添加它。

有人可以帮我吗?

0 个答案:

没有答案