EndIndex Property
EndIndex
Gets the zero-based end position of the match from the start of the last Text object
that contains the ending of the match. If match doesnt ends with Text object, it will be -1.
Declaration
public int EndIndex { get; }
Public ReadOnly Property EndIndex As Integer