Click or drag to resize

XlsWorksheetsCollection FindFirst Method (Double, FindType)

Finds the first cell in the range that matches the specified numeric value, considering the search flags to determine whether to look in formula values or numeric values.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
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
flags
Type: Spire.Xls FindType

Return Value

Type: IXLSRange
See Also