<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
Name ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει or sets the name of the defined name. Read/write WideString
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property Name: WideString;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example renames first defined name in Worksheet one
<κλάση pre="code">
With Workbook.Worksheets[1].Names do begin
if Count > 0 then begin
Item[1].Name := 'MyNewName';
end;
end;
Δείτε επίσης
<κλάση div="indent">
<κλάση div="txt">
IXLSNames.Itemιδιότητα
διεπαφή IXLSName
διεπαφή IXLSNames
IXLSWorkbook.Namesιδιότητα
TXLSWorksheet.Namesιδιότητα
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software