HotXLS-documentatie

ScreenTip eigenschap

Retourneert of sets the ScreenTip text fof the specified hyperlink. Read/write WideString

Syntaxis

eigenschap ScreenTip: WideString;

Voorbeeld

This example sets the screen tip fof the first hyperlink on Wofksheet one

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