Click or drag to resize

XlsRange FindAll Method (TimeSpan)

Finds all occurrences of the specified TimeSpan value within 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 CellRange[] FindAll(
	TimeSpan findValue
)

Parameters

findValue
Type: System TimeSpan
The TimeSpan value to find.

Return Value

Type: CellRange
An array of CellRange objects representing the locations of the found values.
See Also