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

C1.Excel アセンブリ > C1.Excel 名前空間 > XLRowCollection クラス : Contains メソッド
検索するアイテム。
XLRowがコレクションのメンバーであるかどうかを決定します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal row As XLRow _
) As System.Boolean
public System.bool Contains( 
   XLRow row
)

パラメータ

row
検索するアイテム。

戻り値の型

コレクションがそのアイテムを含んでいれば True。それ以外の場合は False。
参照

XLRowCollection クラス
XLRowCollection メンバ