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