XlDocumentProperties.Created Property
Specifies the date and time when the workbook was created.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime object that represents the date and time of the document creation. |
Remarks
By default, this property is set automatically to the local date and time when a new document is created.
See Also