anon
anon

Reputation:

Get current Cursor Position in Word (VSTO)

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)?

Upvotes: 6

Views: 5646

Answers (1)

Jesper Fyhr Knudsen
Jesper Fyhr Knudsen

Reputation: 7927

Have you tried the Cursor.Position property?

Upvotes: 7

Related Questions