Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用交替行颜色更改属于 datagridview 控件的 datagridviewrow 的背景色,并且我想以编程方式将其改回,我怎么知道该行是普通行还是交替行,所以我知道要更改什么颜色回到?有没有我错过的财产?
...意识到您可以简单地将样式设置回 rowcelldefaultstyle ,它将为您完成艰苦的工作。