Skip to main content

TdxSpreadSheetOptionsMetadata.CreatedBy Property

Specifies the name of a spreadsheet document’s original creator.

Declaration

property CreatedBy: string index 0 read; write;

Property Value

Type
string

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