XlsWorksheetsCollection
FindAll Method (Double, FindType)
|
Finds all cells in the worksheet that match the specified value and criteria.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected CellRange[] FindAll(
double findValue,
FindType flags
)
Protected Function FindAll (
findValue As Double,
flags As FindType
) As CellRange()
protected:
array<CellRange^>^ FindAll(
double findValue,
FindType flags
)
member FindAll :
findValue : float *
flags : FindType -> CellRange[]
Parameters
-
findValue
-
Type:
System
Double
-
flags
-
Type:
Spire.Xls
FindType
Return Value
Type:
CellRange
See Also