HotXLS Delphi Excel Read Write Library / Component Developers Guide
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©2007-2019
loslab.com