Get current Cursor Position in Word (VSTO)

大兔子大兔子 提交于 2019-12-10 15:14:11

问题


Is there a way for a Word Add-In to get the current cursor position within the document/on screen (e.g. to display my own control next to it)?


回答1:


Have you tried the Cursor.Position property?



来源:https://stackoverflow.com/questions/3031985/get-current-cursor-position-in-word-vsto

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!