Click or drag to resize

XlsWorksheetsCollection FindAll Method

Overload List
Name Description
Protected method FindAll(Boolean)
Finds all cell ranges based on the specified condition.
Protected method FindAll(DateTime)
Finds all CellRange objects that contain the specified DateTime value.
Protected method FindAll(TimeSpan)
Finds all occurrences of a specified time span within a collection and returns their ranges.
Protected method FindAll(Double, FindType)
Finds all cells in the worksheet that match the specified value and criteria.
Protected method FindAll(String, FindType)
Finds all occurrences of a specified value within the worksheet and returns their cell ranges.
Public method FindAll(String, FindType, ExcelFindOptions)
Finds all occurrences of a specified value within the worksheet and returns their ranges.
Top
See Also