<κλάση 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 hyperlinks in a IXLSHyperlinks collection. Read only Integer

Σύνταξη

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

Παράδειγμα

<κλάση div="indent"> <κλάση div="txt"> This example displays the number of hyperlinks on Worksheet one
<κλάση pre="code"> MessageDlg(inttostr(Workbook.Sheets[1].Hyperlinks.Count) + ' hyperlinks on Worksheet one.', mtInformation, [mbOk], 0); <κλάση div="txt"> This example displays the number of hyperlinks on range A1:D10
<κλάση pre="code"> MessageDlg(inttostr(Workbook.Sheets[1].Range['A1','D10'].Hyperlinks.Count) + ' hyperlinks on A1:D10.', mtInformation, [mbOk], 0); <κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software