Click or drag to resize

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
)

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