If e.Col.Name = "色卡_采购价" Then '如果正在绘制的是密码列
e.Graphics.FillRectangle(Brushes.Red, e.x + 1, e.y + 1, e.Width - 2, e.Height - 2)
End If
怎么变成整列的颜色填充
If e.Row(e.Col.Name) = "/" Then
e.Graphics.FillRectangle(Brushes.Red, e.x + 1, e.y + 1, e.Width - 2, e.Height - 2)
End If
也是跳格变色
此主题相关图片如下:企业微信截图_20240502184730.png
没看懂。到底是要整列都是一种颜色?还是整列的颜色2种交替显示?