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

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

パラメータ

col
検索するアイテム。

戻り値の型

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

XLColumnCollection クラス
XLColumnCollection メンバ