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)

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

適用対象