كود :
Dim sRow As DataGridViewRow = DGV.Rows(e.RowIndex)
If e.ColumnIndex = Me.DGV.Columns(0).Index Then
" تنفيذ أمر برمجي
end ifكود :
Dim sRow As DataGridViewRow = DGV.Rows(e.RowIndex)
If e.ColumnIndex = Me.DGV.Columns(0).Index Then
" تنفيذ أمر برمجي
end if