Dokumentacija HotXLS Vsebina Domov Pregled TGridToXLS IXLSWorkbook Domov Vsebina Pregled

RefersTo lastnost

Vrne or sets the Formula that the name is defined to refer to, in A1-style notation, beginning with an equal sign. Read/write WideString

Skladnja

property RefersTo: WideString;

Primer

This example changes the Formula for 'MyName' defined name of the Workbook
With Workbook.Names do begin if Assigned(Item['MyName']) then Item['MyName'].RefersTo := '=Sheet1!$A$1'; end;

Glej tudi

vmesnik IXLSName
IXLSName.RefersToRangelastnost
vmesnik IXLSNames
IXLSWorkbook.Nameslastnost
TXLSWorksheet.Nameslastnost
Copyright © 2010-2026 losLab Software