Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Double
flags
FindType

Return Value

IXLSRange

See Also