NativeExcel suite v2.x

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

Copyright © NikaSoft 2004-2012