Click or drag to resize

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
)

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