Click or drag to resize

XlsName FindAll Method

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