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
)
 
Protected Function FindFirst ( 
	findValue As Double,
	flags As FindType
) As IXLSRange
 
protected:
IXLSRange^ FindFirst(
	double findValue, 
	FindType flags
)
 
member FindFirst : 
findValue : float * 
flags : FindType -> IXLSRange 
 
 
 
Parameters
 
- 
findValue
 
 
- 
 Type:
 
System
Double
 
 
- 
flags
 
 
- 
 Type:
 
Spire.Xls
FindType
 
 
Return Value
 
 Type:
 
IXLSRange
 
 
See Also