Änderung der Markierungsfarbe
This commit is contained in:
@@ -3205,7 +3205,7 @@ Public Class frmSendungsdetailsNEU
|
||||
|
||||
For Each row As DataGridViewRow In dgvAnhang.Rows
|
||||
If Not IsDBNull(row.Cells("anh_markiert").Value) Then
|
||||
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.LightYellow
|
||||
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.Yellow
|
||||
End If
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user