Comments インターフェイス

定義

セルのコメントのコレクションです。 各コメントは オブジェクトによって Comment 表されます。

public interface class Comments : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024426-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Comments : System.Collections.IEnumerable
Public Interface Comments
Implements IEnumerable
属性
実装

注釈

Comments コレクションをComments取得するには、 プロパティを使用します。

メソッドを AddComment(Object) 使用して、範囲にコメントを追加します。

Comments(index) index はコメント番号を使用して、Comments コレクションから 1 つのコメントを返します。

プロパティ

_Default[Int32]

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

Application

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

Count

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

Creator

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

Parent

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

メソッド

GetEnumerator()

セルのコメントのコレクションです。 各コメントは オブジェクトによって Comment 表されます。

Item(Int32)

コレクションから単一のオブジェクトを返します。

適用対象