Action
Gets the zero-based index of the position after the last character in the current selection (equivalent to the one-based index
of the last character).
Syntax
C#
protected Integer selectionEndIndex { get; }
VB
'Declaration
Protected Read Property selectionEndIndex As Integer
Access
Read only.