Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSName
>
Delete
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
Copyright © NikaSoft 2004-2012