DataGridViewCellCollection.Contains(DataGridViewCell) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したセルがコレクション内にあるかどうかを判断します。
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。
戻り値
true
がコレクション内に存在する場合は dataGridViewCell
。それ以外の場合は false
。