在dgv的cellMouseEnter事件中
1 if (e.ColumnIndex == 2 & e.RowIndex != -1)2 {3 this.Cursor = Cursors.Hand;4 }