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.
大家好,我真的需要你的帮助我一直在到处搜索并尝试了互联网上的每一种方法来改变我的单元格的颜色但是没有任何效果任何人都可以给我正确的方法这是我的代码和方式的一部分我试图改变颜色:
Dim cell As Excel.Range cell = worksheet.Cells(m, l) cell.Interior.Color = System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Yellow)
非常感谢你