WorksheetsCollection
FindAllNumber Method
|
Finds the cell with the input double.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] FindAllNumber(
double doubleValue,
bool formulaValue
)
Public Function FindAllNumber (
doubleValue As Double,
formulaValue As Boolean
) As CellRange()
public:
array<CellRange^>^ FindAllNumber(
double doubleValue,
bool formulaValue
)
member FindAllNumber :
doubleValue : float *
formulaValue : bool -> CellRange[]
Parameters
-
doubleValue
-
Type:
System
Double
Double value to search for
-
formulaValue
-
Type:
System
Boolean
Indicates whether to find formula value
Return Value
Type:
CellRange
Found ranges
See Also