Spread Windows Forms 15.0
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
    public int MatchIndex {get;}
    See Also