Excel for .NET
IndexOf メソッド (XLCommentCollection)

C1.Excel アセンブリ > C1.Excel 名前空間 > XLCommentCollection クラス : IndexOf メソッド
検索対象の XLCommentオブジェクト。
コレクション内の特定の XLCommentオブジェクトのインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal comment As XLComment _
) As System.Integer
public System.int IndexOf( 
   XLComment comment
)

パラメータ

comment
検索対象の XLCommentオブジェクト。

戻り値の型

コレクション内のオブジェクトの位置、またはオブジェクトがそのコレクションのメンバでない場合は -1です。
参照

XLCommentCollection クラス
XLCommentCollection メンバ