문제

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