Worksheet
FindDateTime Method
|
Finds the cell with the input date time.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange FindDateTime(
DateTime dateTimeValue
)
Public Function FindDateTime (
dateTimeValue As DateTime
) As CellRange
public:
CellRange^ FindDateTime(
DateTime dateTimeValue
)
member FindDateTime :
dateTimeValue : DateTime -> CellRange
Parameters
-
dateTimeValue
-
Type:
System
DateTime
DateTime value to search for.
Return Value
Type:
CellRange
Found range.
See Also