XlsRange
FindFirst Method (TimeSpan)
|
Finds the first occurrence of a specified TimeSpan 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(
TimeSpan findValue
)
Protected Function FindFirst (
findValue As TimeSpan
) As IXLSRange
protected:
IXLSRange^ FindFirst(
TimeSpan findValue
)
member FindFirst :
findValue : TimeSpan -> IXLSRange
Parameters
-
findValue
-
Type:
System
TimeSpan
The TimeSpan value to find.
Return Value
Type:
IXLSRange
The range containing the first occurrence of the specified TimeSpan value, or null if the value is not found.
See Also