Excel for UWP
Contains メソッド (XLRowCollection)

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