CellValue.DateTimeValue Property
Gets or sets the date-time value of the cell.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DateTime | The date-time cell value. |
Remarks
Use the CellValue.IsDateTime property to determine whether the cell value is a date-time value.
Use the CellValue.NumberFormat property to specify the date-time format of the cell value.
See Also