Click or drag to resize

XlsName FindFirst Method

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