Setting text in the top-left header element is a data grid view

How do I set the text on the top-left heading element is a data grid view?

enter image description here

+3
c # visual-studio winforms datagridview


source to share


1 answer


You can set the text in the top left of the title element like this



dataGridView.TopLeftHeaderCell.Value = "Your Text";

      

+5


source to share







All Articles
Loading...
X
Show
Funny
Dev
Pics