XlsWorksheetsCollection FindFirst Method | 
| Name | Description | |
|---|---|---|
| 
 | 
FindFirst(Boolean) | 
 
Finds the first cell in the range that match the bool value.
 
 | 
| 
 | 
FindFirst(DateTime) | 
 
Finds the first cell in the range that contains the specified DateTime value.
 
 | 
| 
 | 
FindFirst(TimeSpan) | 
 
Finds the first occurrence of a cell with a value matching the specified TimeSpan within the range.
 
 | 
| 
 | 
FindFirst(Double, FindType) | 
 
Finds the first cell in the range that matches the specified numeric value, considering the search flags to determine whether to look in formula values or numeric values.
 
 | 
| 
 | 
FindFirst(String, FindType) | 
 
Finds the first occurrence of a specified value within the range.
 
 | 
| 
 | 
FindFirst(String, FindType, ExcelFindOptions) | 
 
Finds the first occurrence of a specified value within the range based on the given find type and options.
 
 |