XlsRange FindAll Method |
| Name | Description | |
|---|---|---|
|
|
FindAll(Boolean) |
Finds all cell ranges that match the specified value within the CellRange.
|
|
|
FindAll(DateTime) |
Finds all occurrences of the specified DateTime value within the CellRange.
|
|
|
FindAll(TimeSpan) |
Finds all occurrences of the specified TimeSpan value within the CellRange.
|
|
|
FindAll(Double, FindType) |
Finds all occurrences of the specified value within the CellRange.
|
|
|
FindAll(String, FindType) |
Finds all occurrences of the specified value within the CellRange.
|
|
|
FindAll(String, FindType, ExcelFindOptions) |
Finds all occurrences of a specified value within the CellRange.
|