XlsWorkbook FindAll Method |
| Name | Description | |
|---|---|---|
|
|
FindAll(Boolean) |
This method seraches for the all cells with specified bool value.
|
|
|
FindAll(DateTime) |
This method seraches for the all cells with specified DateTime value.
|
|
|
FindAll(TimeSpan) |
This method seraches for the all cells with specified TimeSpan value.
|
|
|
FindAll(Double, FindType) |
This method seraches for the all cells with specified double value.
|
|
|
FindAll(String, FindType) |
This method seraches for the all cells with specified string value.
|