HotXLS Docs
Index
Main
Overview
TGridToXLS
IXLSWorkbook
Main
Index
Overview
Names property
Yields 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
TXLSWorksheet.Names property
IXLSNames Interface
IXLSName Interface