Skip to main content

TdxSpreadSheetOptionsMetadata.LastPrinted Property

Specifies the timestamp of the most recent document print operation.

Declaration

property LastPrinted: TDateTime index 2 read; write;

Property Value

Type
TDateTime

Remarks

A spreadsheet control updates the LastPrinted property with the current system UTC time every time the document is printed or exported as a PDF file. You can call the UpdateLastPrinted procedure to set the current system UTC time as the timestamp of the last document print operation.

The LastPrinted property’s default value is 0.

See Also