NativeExcel suite v2.x

Names property

Returns a Names collection that represents all the defined names in the specified worksheet. Read-only IXLSNames interface.

Syntax

property Names: IXLSNames;

Example

This example creates a new defined name for the worksheet one, which refers to Sheet3!A2 cell.
Workbook.Worksheets[1].Names.Add('MyName','=Sheet3!$A$2');

See also

Copyright © NikaSoft 2004-2011