Skip to main content

TdxCustomSpreadSheet.CreateNew Method

Creates a new spreadsheet document.

Declaration

procedure CreateNew;

Remarks

Call this procedure to close the opened spreadsheet document and create a new document with a single blank worksheet. The CreateNew procedure clears the current metadata information and initializes the OptionsMetadata.CreatedBy and OptionsMetadata.Created properties to the display name of the active Windows account and the current system UTC time, respectively.

See Also