バージョン

Contains(String) メソッド

コレクションが入力されたパラメーターでキーの値を分配する GroupedColumn を含む場合に True を返します。
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal columnKey As String _
) As Boolean
public bool Contains( 
   string columnKey
)

パラメータ

columnKey
GroupedColumn's ColumnKey と一致する列キーの値。

戻り値の型

キーを持つ GroupedColumn オブジェクトが見つかった場合 True。
参照