Skip to main content
All docs
V25.1
  • Row

    ReadOnlyDocumentProperties.Printed Property

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    DateTime Printed { get; }

    Property Value

    Type Description
    DateTime

    The date and time of the last print operation.

    See Also