Click or drag to resize

XlsRange FindFirst Method (Double, FindType)

Finds the first occurrence of a specified value in the worksheet within the current area.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected IXLSRange FindFirst(
	double findValue,
	FindType flags
)

Parameters

findValue
Type: System Double
The value to find.
flags
Type: Spire.Xls FindType
The find options to use.

Return Value

Type: IXLSRange
The range containing the first occurrence of the specified value, or null if the value is not found.
See Also