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

SubAddress ιδιότητα

<κλάση div="indent"> <κλάση div="txt"> Επιστρέφει or sets the location within the document associated with the hyperlink. Read/write WideString

Σύνταξη

<κλάση div="indent"> <κλάση div="txt"> property SubAddress: WideString;

Παράδειγμα

<κλάση div="indent"> <κλάση div="txt"> This example topic changes a range location of the first hyperlink on Worksheet one
<κλάση pre="code"> With Workbook.Sheets[1].Hyperlinks[1] do begin Address := 'c:\documents\book.xls'; SubAddress := 'B10:D15'; end; <κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software