TdxSpreadSheetOptionsMetadata.LastModified Property
Specifies the timestamp of the most recent document content modification.
Declaration
property LastModified: TDateTime index 1 read; write;
Property Value
Type |
---|
TDateTime |
Remarks
A spreadsheet control updates the LastModifiedBy and LastModified properties with the display name of the active Windows account and the current system UTC time every time a change occurs in the document. You can call the UpdateLastModificationData procedure to update the document modification metadata at any moment.
The LastModified property’s default value is 0.
See Also