<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
Hyperlinks ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει a IXLSHyperlinks collection that represents the hyperlinks for the specified range. Read only IXLSHyperlinks
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property Hyperlinks: IXLSHyperlinks;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example changes ScreenTip of hyperlink one on the cell A5
<κλάση pre="code">
Workbook.Worksheets[1].Range['A5', 'A5'].Hyperlinks[1].ScreenTip := 'New ScreenTip';
<κλάση div="txt">
This example deletes hyperlinks from range A1:F5
<κλάση pre="code">
Workbook.Worksheets[1].Range['A1', 'F5'].Hyperlinks.Delete;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software