Click or drag to resize

WorksheetsCollection FindNumber 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 FindNumber(
	double doubleValue,
	bool formulaValue
)

Parameters

doubleValue
Type: System Double
Double value to search for
formulaValue
Type: System Boolean
Indicates whether includes formula value to search for

Return Value

Type: CellRange
Found range
See Also