HotXLS Docs

Delete method

Deletes the specified defined name.

Syntax

procedure Delete;

Example

This example deletes the first defined name from the Worksheet one.

if Workbook.Sheet[1].Names.Count > 0 then
   Workbook.Sheet[1].Names[1].Delete;

See also

IXLSNames.Add method
IXLSNames Interface
IXLSWorkbook.Names property
IXLSWorksheet.Names property