Click or drag to resize

CellRange FindAll Method

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