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