Search Method (Worksheet)
In This Topic
Searches the text in the cells in the specified sheet for the specified string with the specified criteria and start and end location, and whether to search notes and tags as well.
Overload List
Overload | Description |
Search(String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32,Int32,Int32,String) | Searches the text in the cells in the specified sheet for the specified string with the specified criteria and start and end location, and whether to search notes and tags as well. |
Search(String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32,Int32,Int32) | Searches the cell text in the specified sheet area for the specified string with the specified criteria and start and end location, and whether to search notes and tags as well. |
Search(String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32) | Searches the text in the cells in the specified sheet area for the specified string with the specified criteria and start location, and whether to search notes and tags as well. |
Search(String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32) | Searches the text in the cells in the specified sheet area for the specified string with the specified criteria and whether to search notes and tags as well. |
Search(String,SearchFlags,SearchOrder,SearchFoundFlags,Int32,Int32) | Searches the text in the cells for the specified string with the specified criteria and whether to search notes and tags as well. |
Search(String,SearchFlags,SearchOrder,Int32,Int32) | Searches the text in the cells for the specified string with the specified criteria. |
Search(String,SearchFlags,Int32,Int32) | Searches the text in the cells for the specified string with the specified criteria. |
Search(String,Int32,Int32) | Searches the text in the cells. |
See Also