HotXLS 文档

Names 属性

返回 a Names collection that represents all the defined names in the specified Worksheet. Read-only IXLSNames Interface

语法

property Names: IXLSNames;

示例

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');

请参阅

IXLSWorkbook.Names 属性
IXLSNames 接口
IXLSName 接口