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