質問

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