Domanda

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

È stato utile?

Soluzione

use TopLeftHeaderCell property of DataGridview. To set text use :

dataGridView1.TopLeftHeaderCell.Value = "hello";
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top