How to give title in RowHeaders datagridview in VB.NET?
by that I mean circled the color in yellow in the screenshot below.
note : I use vb.net 2010 Thanks roy
CodePudding user response:
You can also set the other properties of the cell, like its alignment, for example:
DataGridView1.TopLeftHeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter