TdxSpreadSheetOptionsMetadata.UpdateLastPrinted Method
Updates the timestamp of the most recent print operation.
Declaration
procedure UpdateLastPrinted; virtual;
Remarks
A spreadsheet control automatically updates the LastPrinted property with the current system UTC time every time the document is printed or exported to a PDF file. Call the UpdateLastPrinted procedure if you need to set the current system UTC time as the timestamp of the last print operation.
See Also