|
DataGridViewTextBoxColumn tbc =
new
DataGridViewTextBoxColumn();
tbc.HeaderText =
"title"
;
tbc.DataPropertyName =
"name"
;
DataGridView1.Columns.Insert(1, tbc);
|
DataGridView 添加texBox
最新推荐文章于 2023-12-09 00:24:42 发布