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.
我的 WPF 应用程序由一些文本框和列表视图组成。我想实现从我的应用程序到 MS Excel Cell 的拖放功能。我想将一些文本数据从 WPF 应用程序拖到 Excel 单元格中。
我知道如何从 Source 实现 Drag 事件。但我不知道如何在 Excel 中实现 DragEnter、DragOver、DragLeave 或 Drop 事件。
这个你能帮我吗。
谢谢