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

SubAddress özellik

Döndürür or sets the location within the document associated with the hyperlink. Read/write WideString

Sözdizimi

property SubAddress: WideString;

Örnek

This example topic changes a range location of the first hyperlink on Worksheet one
With Workbook.Sheets[1].Hyperlinks[1] do begin Address := 'c:\documents\book.xls'; SubAddress := 'B10:D15'; end; Copyright © 2010-2026 losLab Software