TextMatchList.Item Property
Integer indexed (zero based index) list of TextMatch items.
[Visual Basic]
Public ReadOnly Item(ByVal nIndex As Integer) As TextMatch
Parameters
nIndex
The zero-based index of the match
Property Value
A TextMatch item that contains the match information.
Remarks