Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / StringSearch Class / MatchIndex Property


In This Topic
MatchIndex Property
In This Topic
Gets the index of the first character in the matched substring
Syntax
'Declaration
 
Public ReadOnly Property MatchIndex As Integer
 
'Usage
 
Dim instance As StringSearch
Dim value As Integer
 
value = instance.MatchIndex
See Also