Docs HotXLS
Sommaire
Accueil
Aperçu
TGridToXLS
IXLSWorkbook
Accueil
Sommaire
Aperçu
Méthode Delete
Deletes the specified defined name
Syntaxe
procedure
Delete;
Exemple
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;
Voir aussi
IXLSNames.Add méthode
IXLSNames Interface
IXLSWorkbook.Names propriété
TXLSWorksheet.Names propriété