XlsWorksheetsCollection FindAll Method |
Name | Description | |
---|---|---|
![]() |
FindAll(Boolean) |
Finds all cell ranges based on the specified condition.
|
![]() |
FindAll(DateTime) |
Finds all CellRange objects that contain the specified DateTime value.
|
![]() |
FindAll(TimeSpan) |
Finds all occurrences of a specified time span within a collection and returns their ranges.
|
![]() |
FindAll(Double, FindType) |
Finds all cells in the worksheet that match the specified value and criteria.
|
![]() |
FindAll(String, FindType) |
Finds all occurrences of a specified value within the worksheet and returns their cell ranges.
|
![]() |
FindAll(String, FindType, ExcelFindOptions) |
Finds all occurrences of a specified value within the worksheet and returns their ranges.
|