Click or drag to resize

XlsRangesCollection FindAll Method

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