Excel for WPF/Silverlight
IndexOf メソッド (XLCommentCollection)

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.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 メンバ