SmartTag 接口

定义

代表分配给单元格的标识符。

public interface class SmartTag
[System.Runtime.InteropServices.Guid("00024460-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTag
Public Interface SmartTag
属性

注解

Add(String)使用 集合的 SmartTags 方法可返回 SmartTag 对象。

返回 SmartTag 对象后,可以通过将 Add(String, Object) 方法与 属性一起使用 Properties ,将额外的元数据存储到智能标记。

若要查看额外的元数据,请使用 XMLSmartTag 对象的 属性。

属性

_Default

仅供内部使用。

Application

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

Creator

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

DownloadURL

返回一个 String 值,该值表示智能标记的统一资源定位符 (URL)。

Name

返回的对象的名称。

Parent

返回指定对象的父对象。

Properties

返回一个 CustomProperties 对象,该对象表示智能标记的属性。

Range

返回一个 Range 对象,该对象表示指定的智能标记应用于的范围。

SmartTagActions

返回一个 SmartTagActions 对象,该对象设置所选智能标记的操作类型。

XML

返回一个 String 类型的 值,表示将传递给操作处理程序的 XML 示例。

方法

Delete()

删除对象。

适用于