Dokumentacija HotXLS
Sadržaj
Početna
Pregled
TGridToXLS
IXLSWorkbook
Početna
Sadržaj
Pregled
Names svojstvo
Vraća a Names collection that represents all the defined names in the specified Worksheet. Read-only IXLSNames Interface
Sintaksa
property Names: IXLSNames;
Primer
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');
Vidi takođe
IXLSWorkbook.Namessvojstvo
interfejs IXLSNames
interfejs IXLSName
Copyright © 2010-2026 losLab Software