HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
Range ominaisuus
Palauttaa a Range object that represents the range the specified hyperlink is attached to. Read/write IXLSRange
Syntaksi
property Range: IXLSRange;
Esimerkki
This example changes the font size for range which attached to the first hyperlink on Worksheet one
Workbook.Sheets[1].Hyperlinks[1].Range.Font.Size := 14;
Copyright © 2010-2026 losLab Software