TdxSpreadSheetOptionsMetadata.Initialize Method
Initializes a spreadsheet document’s metadata.
Declaration
procedure Initialize; virtual;
Remarks
Call this procedure to clear all metadata information and initialize the CreatedBy and Created properties to the display name of the active Windows account and the current system UTC time, respectively.
Note
A spreadsheet control’s CreateNew procedure internally calls the Initialize procedure to initialize metadata for a new blank document.
See Also