HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
Item 属性
Returns a single hyperlink from a
IXLSHyperlinks
collection
语法
property
Item[Index: Integer]:
IXLSHyperlink
;
Index
Required Integer. The index number of the IXLSHyperlink object
示例
以下示例 changes ScreenTip of hyperlink one on cell C5
Workbook.Sheets[
1
].Range[
'C5'
,
'C5'
].Hyperlinks[
1
].ScreenTip :=
'lxHandle'
;