Click or drag to resize

XlsWorkbook FindOne Method

Overload List
Name Description
Public method FindOne(Boolean)
This method seraches for the first cell with specified bool value.
Public method FindOne(DateTime)
This method seraches for the first cell with specified DateTime value.
Public method FindOne(TimeSpan)
This method seraches for the first cell with specified TimeSpan value.
Public method FindOne(Double, FindType)
This method seraches for the first cell with specified double value.
Public method FindOne(String, FindType)
This method seraches for the first cell with specified string value.
Top
See Also