property HTML.CursorEnd as Long
Gives the ending position of the text.

TypeDescription
Long A Long expression that specifies the ending position of the text.
The CursorEnd property gives the ending position of the text. The CursorPos property specifies the position of the cursor inside the text. The CursorPos property is a long expression between CursorStart and CursorEnd properties. The CursorStart property gives the starting position of the text. The CursorText property gets or sets the text between giving coordinates, formatted or unformatted.