Skip to main content

XlDocumentProperties.Created Property

Specifies the date and time when the workbook was created.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public DateTime Created { get; set; }

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