Search(String,SearchFlags,SearchOrder,Int32,Int32) Method
In This Topic
Searches the text in the cells for the specified string with the specified criteria.
Syntax
Parameters
- searchString
- The string for which to search.
- searchFlags
- The SearchFlags enumeration that specifies the search options.
- searchOrder
- The SearchOrder enumeration that specifies whether the search goes by column, row coordinates or row, column coordinates.
- foundRowIndex
- The row index at which the match is found.
- foundColumnIndex
- The column index at which the match is found.
See Also