ひとりも見捨てないことを、あきらめない

学校教育、社会教育、数学、技術家庭科、Youtube、EdTech、ICT、プログラミング、その他

2020-04-22から1日間の記事一覧

DataGridView インデックスの書き方 04/22 水

Datatable や DataGridView は、Rows と Columns がたくさん出てくるので、書き方が面倒になります。しかし、インデックスを利用した書き方もあるので、メモしておきます。 void myCellClick(object sender, DataGridViewCellEventArgs e) { int nowx, nowy;…