Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSHyperLink
>
ScreenTip
ScreenTip property
Returns or sets the ScreenTip
text
for the specified hyperlink. Read/write WideString.
Syntax
property
ScreenTip: WideString;
Example
This example sets the screen tip for the first hyperlink on worksheet one.
Workbook.Sheets[
1
].Hyperlinks[
1
].ScreenTip :=
'Return to the home page'
;
Copyright © NikaSoft 2004-2012