XlsRange
FindFirst Method (DateTime)
|
Searches for the first occurrence of a DateTime value within the specified area of the CellRange.
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(
DateTime findValue
)
Protected Function FindFirst (
findValue As DateTime
) As IXLSRange
protected:
IXLSRange^ FindFirst(
DateTime findValue
)
member FindFirst :
findValue : DateTime -> IXLSRange
Parameters
-
findValue
-
Type:
System
DateTime
The DateTime value to search for.
Return Value
Type:
IXLSRange
The first matching cell range, or null if not found.
See Also