HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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