TdxSpreadSheetOptionsMetadata.Created Property
Specifies the spreadsheet document creation timestamp.
Declaration
property Created: TDateTime index 0 read; write;
Property Value
Type |
---|
TDateTime |
Remarks
A spreadsheet control’s CreateNew procedure initializes the CreatedBy and Created properties to the display name of the active Windows account and the current system UTC time, respectively. You can call the Initialize procedure to clear all metadata information and re-initialize the CreatedBy and Created properties.
See Also