Winnovative Excel Library

ExcelRangeDateTimeValue Property

Winnovative Excel Library Documentation
Gets or sets the DateTime value of the range. Returns DateTime.MinValue if the range cells don't contain a DateTime or the DateTime value is not the same in all the cells. Setting this property has the same effect as setting the Value property with a DateTime value.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public DateTime DateTimeValue { get; set; }

Property Value

Type: DateTime
See Also

Reference