NativeExcel suite v2.x

Names property

Returns an IXLSNames collection that represents all the defined names in the specified workbook. Read-only IXLSNames.

Syntax

property Names: IXLSNames;

Example

This example creates a new defined name for the workbook.
Workbook.Names.Add('MyName','=Sheet1!$A$2');

See also

Copyright © NikaSoft 2004-2012