HotXLS Belgeleri İçindekiler Ana sayfa Genel bakış TGridToXLS IXLSWorkbook Ana sayfa İçindekiler Genel bakış

Count özellik

Döndürür the number of hyperlinks in a IXLSHyperlinks collection. Read only Integer

Sözdizimi

property Count: Integer;

Örnek

This example displays the number of hyperlinks on Worksheet one
MessageDlg(inttostr(Workbook.Sheets[1].Hyperlinks.Count) + ' hyperlinks on Worksheet one.', mtInformation, [mbOk], 0); This example displays the number of hyperlinks on range A1:D10
MessageDlg(inttostr(Workbook.Sheets[1].Range['A1','D10'].Hyperlinks.Count) + ' hyperlinks on A1:D10.', mtInformation, [mbOk], 0); Copyright © 2010-2026 losLab Software