Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの質問があります。
ColumnHeadersVisible必要なのは、(列ヘッダーの表示/非表示に使用) とRowHeadersVisible(行ヘッダーの表示/非表示に使用) の2 つのプロパティです。
ColumnHeadersVisible
RowHeadersVisible
dataGridView1.ColumnHeadersVisible = false; dataGridView1.RowHeadersVisible = false;