سؤال

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