Click or drag to resize

XlsRange FindAll Method

Overload List
Name Description
Protected method FindAll(Boolean)
Finds all cell ranges that match the specified value within the CellRange.
Protected method FindAll(DateTime)
Finds all occurrences of the specified DateTime value within the CellRange.
Protected method FindAll(TimeSpan)
Finds all occurrences of the specified TimeSpan value within the CellRange.
Protected method FindAll(Double, FindType)
Finds all occurrences of the specified value within the CellRange.
Protected method FindAll(String, FindType)
Finds all occurrences of the specified value within the CellRange.
Protected method FindAll(String, FindType, ExcelFindOptions)
Finds all occurrences of a specified value within the CellRange.
Top
See Also