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
属性
実装

注釈

SmartTag コレクションを取得するには、コレクションまたはWorksheetオブジェクトの RangeSmartTags プロパティを使用します。

プロパティ

_Default[Object]

内部使用のため予約済みです。

Application

Microsoft Excel アプリケーションを Application 表す オブジェクトを返します。

Count

コレクション内にあるオブジェクトの数を返します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Parent

指定されたオブジェクトの親オブジェクトを返します。

メソッド

Add(String)

スマート タグを追加します。 オブジェクトを SmartTag 返します。

GetEnumerator()

各セルに SmartTag 割り当てられた識別子を表すオブジェクトのコレクション。

適用対象