TdxSpreadSheetOptionsMetadata.LastModifiedBy Property
Specifies the name of a user who made the latest change to the content of a spreadsheet document.
Declaration
property LastModifiedBy: string index 3 read; write;
Property Value
Type |
---|
string |
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 LastModifiedBy property’s default value is an empty string.
See Also