Click or drag to resize

XlsRangesCollection DateTimeValue Property

Gets / sets DateTime contained by this cell. Read-write DateTime.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DateTime DateTimeValue { get; set; }

Property Value

Type: DateTime

Implements

IXLSRange DateTimeValue
See Also