last_printed property

last_printed property

Gets or sets the date when the document was last printed in local timezone.

Remarks

If the document was never printed, this property will return DateTime.MinValue.

Aspose.Cells does not update this property when you modify the document.

Definition:

@property
def last_printed(self):
    ...
@last_printed.setter
def last_printed(self, value):
    ...

See Also