FindStringExact(String,Int32,String) Method
In This Topic
Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column.
Syntax
Parameters
- s
- The target string.
- startIndex
- The row started.
- field
- The field name of the column.
See Also