Pregunta

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

¿Fue útil?

Solución

use TopLeftHeaderCell property of DataGridview. To set text use :

dataGridView1.TopLeftHeaderCell.Value = "hello";
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top