Click or drag to resize

XlsWorksheetsCollection FindFirst Method

Overload List
Name Description
Protected method FindFirst(Boolean)
Finds the first cell in the range that match the bool value.
Protected method FindFirst(DateTime)
Finds the first cell in the range that contains the specified DateTime value.
Protected method FindFirst(TimeSpan)
Finds the first occurrence of a cell with a value matching the specified TimeSpan within the range.
Protected method 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.
Protected method FindFirst(String, FindType)
Finds the first occurrence of a specified value within the range.
Public method FindFirst(String, FindType, ExcelFindOptions)
Finds the first occurrence of a specified value within the range based on the given find type and options.
Top
See Also