回答編集履歴

1

修正

2017/04/10 09:13

投稿

Zuishin
Zuishin

スコア28656

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```VB.NET
8
8
 
9
- Private Sub dvgTokuisaki_CellFormatting(ByVal sender As Object, ByVal e As DataGridViewCellFormattingEventArgs) Handles DataGridView1.CellFormatting
9
+ Private Sub dvgTokuisaki_CellFormatting(ByVal sender As Object, ByVal e As DataGridViewCellFormattingEventArgs) Handles dvgTokuisaki.CellFormatting
10
10
 
11
11
  Dim grid As DataGridView = CType(sender, DataGridView)
12
12