Skip to main content
All docs
V24.1
Row

ReadOnlyDocumentProperties.Created Property

Returns the date and time when the document was created.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

DateTime Created { get; }

Property Value

Type Description
DateTime

The date and time when the document was created.

See Also