RangesCollection
FindAllTimeSpan Method
|
Finds the cell with input timespan
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] FindAllTimeSpan(
TimeSpan timeSpanValue
)
Public Function FindAllTimeSpan (
timeSpanValue As TimeSpan
) As CellRange()
public:
array<CellRange^>^ FindAllTimeSpan(
TimeSpan timeSpanValue
)
member FindAllTimeSpan :
timeSpanValue : TimeSpan -> CellRange[]
Parameters
-
timeSpanValue
-
Type:
System
TimeSpan
time span value to search for
Return Value
Type:
CellRange
Found ranges
See Also