Comment インターフェイス

定義

セルのコメントを表します。

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

注釈

Comment オブジェクトは、コレクションのCommentsメンバーです。

Comment オブジェクトをComment取得するには、 プロパティを使用します。

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

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

プロパティ

Application

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

Author

コメントの作成者を設定または返します。

Creator

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

Parent

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

Shape

指定したコメントに Shape アタッチされた図形を表す オブジェクトを返します。

Visible

オブジェクトが表示されるかどうかを判断します。

メソッド

Delete()

オブジェクトを削除します。

Next()

次のコメントを Comment 表す オブジェクトを返します。

Previous()

前のコメントを Comment 表す オブジェクトを返します。

Text(Object, Object, Object)

コメントの文字列を設定します。

適用対象