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