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.
在 Excel 2007 中,“审阅”功能区中有“跟踪更改”按钮。如何通过 c# 执行此操作?
以下代码行应该做
Excel.Application.ActiveWorkbook.HighlightChangesOnScreen = true;
确保文档已保存。