ExcelRangeDateTimeValue Property
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.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public DateTime DateTimeValue { get; set; }
Public Property DateTimeValue As DateTime
Get
Set
public:
property DateTime DateTimeValue {
DateTime get ();
void set (DateTime value);
}
member DateTimeValue : DateTime with get, set
Property Value
DateTime