Hyperlinks 接口

定义

代表工作表或区域的超链接的集合。 每个超链接由 对象 Hyperlink 表示。

public interface class Hyperlinks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024430-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Hyperlinks : System.Collections.IEnumerable
Public Interface Hyperlinks
Implements IEnumerable
属性
实现

注解

使用 超链接 属性返回 超链接 的集合。

Add(Object, String, Object, Object, Object)使用 方法创建超链接并将其添加到 Hyperlinks 集合。

属性

_Default[Object]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Item[Object]

从集合中返回一个对象。

Parent

返回指定对象的父对象。

方法

Add(Object, String, Object, Object, Object)

向指定的区域或形状添加超链接。 返回 对象 Hyperlink

Delete()

删除对象。

GetEnumerator()

代表工作表或区域的超链接的集合。 每个超链接由 对象 Hyperlink 表示。

适用于