DataGridViewCellCollection.Contains(DataGridViewCell) メソッド

定義

指定したセルがコレクション内にあるかどうかを判断します。

public:
 virtual bool Contains(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public virtual bool Contains (System.Windows.Forms.DataGridViewCell dataGridViewCell);
abstract member Contains : System.Windows.Forms.DataGridViewCell -> bool
override this.Contains : System.Windows.Forms.DataGridViewCell -> bool
Public Overridable Function Contains (dataGridViewCell As DataGridViewCell) As Boolean

パラメーター

dataGridViewCell
DataGridViewCell

コレクション内で検索する DataGridViewCell

戻り値

Boolean

true がコレクション内に存在する場合は dataGridViewCell。それ以外の場合は false

適用対象

こちらもご覧ください