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

有帮助吗?

解决方案

use TopLeftHeaderCell property of DataGridview. To set text use :

dataGridView1.TopLeftHeaderCell.Value = "hello";
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top