VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > FindRowRegex Property |
Returns the index of the row that contains a match or -1 if no match was found.
Property FindRowRegex(Pattern As String, Row As Long, Col As Long) As Long
The parameters for the FindRowRegex property are described below:
Pattern As String
Pattern containing the regular expression to look for (see the Pattern property in the VBScript Regex object for regular expression syntax).
Row As Long
The row where the search should start (use -1 to start at the first scrollable row).
Col As Long
The column to search.
Long