<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης"> Τεκμηρίωση HotXLS <κλάση nav="doc-links"> Περιεχόμενα Αρχική Επισκόπηση TGridToXLS IXLSWorkbook <κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts"> Αρχική Περιεχόμενα Επισκόπηση

Count ιδιότητα

<κλάση div="indent"> <κλάση div="txt"> Επιστρέφει the number of defined names in the collection. Read only Integer

Σύνταξη

<κλάση div="indent"> <κλάση div="txt"> property Count: Integer;

Παράδειγμα

<κλάση div="indent"> <κλάση div="txt"> This example deletes all the defined names from the Worksheet one
<κλάση pre="code"> With Workbook.Sheets[1] do begin cnt := Names.Count; if cnt > 0 then for i := cnt downto 1 do Names[i].Delete; end;

Δείτε επίσης

<κλάση div="indent"> <κλάση div="txt"> διεπαφή IXLSName
IXLSNames.Itemιδιότητα
IXLSWorkbook.Namesιδιότητα
TXLSWorksheet.Namesιδιότητα
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software