DataGridView add Column and row Programatically in c#.net
dataGridView1.Columns.Add(ColumnName , ColumnHeader Text);
DtView.Rows.Add(Number of Row);
Labels: DataGridView add Column and row Programatically in c#.net
This blogs gives introduction to C#.NET programming for beginners. This blogs assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding hobby!after Refer this blog
dataGridView1.Columns.Add(ColumnName , ColumnHeader Text);
Labels: DataGridView add Column and row Programatically in c#.net
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home