FlexPivot for WinForms
Contains(String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス > Contains メソッド : Contains(String) メソッド
Column name to look for (case-insensitive).
Gets a value that determines whether the collection contains a Column with the given name.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal columnName As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string columnName
)

パラメータ

columnName
Column name to look for (case-insensitive).

戻り値の型

True if the collection contains a column with the given name, False otherwise.
参照

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧