<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
RefersTo ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει or sets the Formula that the name is defined to refer to, in A1-style notation, beginning with an equal sign. Read/write WideString
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property RefersTo: WideString;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example changes the Formula for 'MyName' defined name of the Workbook
<κλάση pre="code">
With Workbook.Names do begin
if Assigned(Item['MyName']) then
Item['MyName'].RefersTo := '=Sheet1!$A$1';
end;
Δείτε επίσης
<κλάση div="indent">
<κλάση div="txt">
διεπαφή IXLSName
IXLSName.RefersToRangeιδιότητα
διεπαφή IXLSNames
IXLSWorkbook.Namesιδιότητα
TXLSWorksheet.Namesιδιότητα
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software