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?
+3
Davide Andrea
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
John Stephen
source
to share