SmartTags 接口

定义

对象的集合 SmartTag ,这些对象表示分配给每个单元格的标识符。

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

注解

使用集合或 Worksheet 对象的 SmartTags 属性Range可返回 SmartTag 集合。

属性

_Default[Object]

仅供内部使用。

Application

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

Count

返回集合中对象的数目。

Creator

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

Parent

返回指定对象的父对象。

方法

Add(String)

添加智能标记。 返回 对象 SmartTag

GetEnumerator()

对象的集合 SmartTag ,这些对象表示分配给每个单元格的标识符。

适用于