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

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