Вопрос

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