Overload | Description |
Search(Int32,String,Int32,Int32) |
Searches the text in the cells in the specified sheet.
|
Search(Int32,String,SearchFlags,Int32,Int32) |
Searches the text in the cells in the specified sheet for the specified string with the specified criteria.
|
Search(Int32,String,SearchFlags,SearchOrder,Int32,Int32) |
Searches the text in the cells in the specified sheet for the specified string with the specified criteria.
|
Search(Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,Int32,Int32) |
Searches the text in the cells in the specified sheet for the specified string with the specified criteria.
|
Search(Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32) |
Searches the text in the cells in the specified sheet for the specified string with the specified criteria
and whether to search notes and tags as well.
|
Search(Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32) |
Searches the text in the cells in the specified sheet for the specified string with the specified criteria
and start location, and whether to search notes and tags as well.
|
Search(Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32,Int32,Int32) |
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(Int32,Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,Int32,Int32,Int32,Int32,Int32,Int32) |
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(Int32,Int32,String,SearchFlags,SearchOrder,SearchFoundFlags,SheetArea,Int32,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.
|