Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+
Row

ReadOnlyDocumentProperties.Printed Property

Returns the date and time when the document was last printed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

DateTime Printed { get; }

Property Value

Type Description
DateTime

The date and time of the last print operation.

See Also