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
)
Protected Function FindAll (
findValue As TimeSpan
) As CellRange()
protected:
array<CellRange^>^ FindAll(
TimeSpan findValue
)
member FindAll :
findValue : TimeSpan -> CellRange[]
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