Question

How can I add text or image for DataGridView on position -1, -1, ex. in imageenter image description here

Was it helpful?

Solution

use TopLeftHeaderCell property of DataGridview. To set text use :

dataGridView1.TopLeftHeaderCell.Value = "hello";
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top