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

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.Excel 名前空間 > XLCommentCollection クラス : Contains メソッド
検索する XLCommentオブジェクト。
コレクションに特定の XLCommentオブジェクトが含まれるかどうかを確認します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal comment As XLComment _
) As System.Boolean
public System.bool Contains( 
   XLComment comment
)

パラメータ

comment
検索する XLCommentオブジェクト。

戻り値の型

コレクションにコメントが含まれる場合は true、そうでない場合は false。
参照

XLCommentCollection クラス
XLCommentCollection メンバ