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