Documentazione HotXLS

ScreenTip proprietà

Restituisce o sets the ScreenTip text for the specified hyperlink. Read/write WideString

Sintassi

proprietà ScreenTip: WideString;

Esempio

This example sets the screen tip for the first hyperlink on Worksheet one

Workbook.Sheets[1].Hyperlinks[1].ScreenTip := 'Return to the home page';