Documentazione HotXLS

Delete metodo

Deletes the specified defined name

Sintassi

procedura Delete;

Esempio

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;

Vedere also

IXLSNames.Addmetodo
IXLSNames Interface
IXLSWorkbook.Names proprietà
TXLSWorksheet.Names proprietà