HotXLS-documentatie

Range eigenschap

returns a range object that represents the range the specified hyperlink is attached to. Read/write IXLSRange

Syntaxis

eigenschap Range: IXLSRange;

Voorbeeld

This example changes the font size fof range which attached to the first hyperlink on Wofksheet one

Workbook.Sheets[1].Hyperlinks[1].Range.Font.Size := 14;