Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSWorksheet
>
Names
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
IXLSWorkbook.Names property
IXLSNames interface
IXLSName interface
Copyright © NikaSoft 2004-2011