Skip to main content
A newer version of this page is available. .

XlDocumentProperties.Created Property

Specifies the date and time when the workbook was created.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

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