SmartTagOptions 接口

定义

代表用智能标记可执行的选项。

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

注解

SmartTagOptions使用 对象的 属性Workbook可返回 SmartTagOptions 对象。

返回 SmartTagOptions 对象后,可以使用以下属性来确定智能标记的显示选项,以及是否在活动工作簿上嵌入智能标记。

属性

Application

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

Creator

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

DisplaySmartTags

返回或设置一个 XlSmartTagDisplayMode 常量,指示智能标记的显示功能。

EmbedSmartTags

如果该属性值为 True,则在指定的工作簿上嵌入智能标记。

Parent

返回指定对象的父对象。

适用于