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